Lines Matching full:then
56 * or #defined the notification macros away, then provide default implementations
76 /* If user has provided a per-instance receive complete callback, then
135 * or #defined the notification macro away, then provide a default
153 /* If user has provided a per-instance send completed callback, then
264 * If the stream buffer is being used as a message buffer, then reads an entire
266 * buffer then read as many bytes as possible from the buffer.
276 * If the stream buffer is being used as a message buffer, then writes an entire
278 * buffer then write as many bytes as possible to the buffer.
675 /* The code below reads xTail and then xHead. This is safe if the stream in xStreamBufferSpacesAvailable()
740 * buffers. If this is a message buffer then the space needed must be in xStreamBufferSend()
750 /* If this is a message buffer then it must be possible to write the in xStreamBufferSend()
765 /* If this is a stream buffer then it is acceptable to write only part in xStreamBufferSend()
869 * buffers. If this is a message buffer then the space needed must be in xStreamBufferSendFromISR()
996 /* If this function was invoked by a message buffer read then in xStreamBufferReceive()
999 * invoked by a stream buffer read then xBytesToStoreMessageLength will in xStreamBufferReceive()
1387 /* ...then write the remaining bytes to the start of the buffer. */ in prvWriteBytesToBuffer()
1435 /* ...then read the remaining bytes from the start of the buffer. */ in prvReadBytesFromBuffer()