Lines Matching refs:xBytesToStoreMessageLength
908 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceive() local
920 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceive()
924 xBytesToStoreMessageLength = 0; in xStreamBufferReceive()
940 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()
956 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()
981 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceive()
1052 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceiveFromISR() local
1064 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceiveFromISR()
1068 xBytesToStoreMessageLength = 0; in xStreamBufferReceiveFromISR()
1078 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceiveFromISR()
1182 size_t xBytesToStoreMessageLength; in xStreamBufferIsFull() local
1193 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferIsFull()
1197 xBytesToStoreMessageLength = 0; in xStreamBufferIsFull()
1201 if( xStreamBufferSpacesAvailable( xStreamBuffer ) <= xBytesToStoreMessageLength ) in xStreamBufferIsFull()