Lines Matching refs:xBytesToStoreMessageLength
967 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceive() local
981 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceive()
985 xBytesToStoreMessageLength = 0; in xStreamBufferReceive()
1001 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()
1017 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()
1042 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceive()
1119 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceiveFromISR() local
1133 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceiveFromISR()
1137 xBytesToStoreMessageLength = 0; in xStreamBufferReceiveFromISR()
1147 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceiveFromISR()
1259 size_t xBytesToStoreMessageLength; in xStreamBufferIsFull() local
1272 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferIsFull()
1276 xBytesToStoreMessageLength = 0; in xStreamBufferIsFull()
1280 if( xStreamBufferSpacesAvailable( xStreamBuffer ) <= xBytesToStoreMessageLength ) in xStreamBufferIsFull()