Lines Matching refs:xBytesToStoreMessageLength
1059 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceive() local
1073 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceive()
1079 xBytesToStoreMessageLength = pxStreamBuffer->xTriggerLevelBytes; in xStreamBufferReceive()
1083 xBytesToStoreMessageLength = 0; in xStreamBufferReceive()
1101 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()
1117 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()
1142 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceive()
1219 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceiveFromISR() local
1233 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceiveFromISR()
1237 xBytesToStoreMessageLength = 0; in xStreamBufferReceiveFromISR()
1247 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceiveFromISR()
1362 size_t xBytesToStoreMessageLength; in xStreamBufferIsFull() local
1375 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferIsFull()
1379 xBytesToStoreMessageLength = 0; in xStreamBufferIsFull()
1383 if( xStreamBufferSpacesAvailable( xStreamBuffer ) <= xBytesToStoreMessageLength ) in xStreamBufferIsFull()