Searched refs:xBytesToStoreMessageLength (Results 1 – 1 of 1) sorted by relevance
229 size_t xBytesToStoreMessageLength ) PRIVILEGED_FUNCTION;828 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceive() local840 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceive()844 xBytesToStoreMessageLength = 0; in xStreamBufferReceive()860 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()876 if( xBytesAvailable <= xBytesToStoreMessageLength ) in xStreamBufferReceive()901 if( xBytesAvailable > xBytesToStoreMessageLength ) in xStreamBufferReceive()903 …uffer( pxStreamBuffer, pvRxData, xBufferLengthBytes, xBytesAvailable, xBytesToStoreMessageLength ); in xStreamBufferReceive()977 size_t xReceivedLength = 0, xBytesAvailable, xBytesToStoreMessageLength; in xStreamBufferReceiveFromISR() local989 xBytesToStoreMessageLength = sbBYTES_TO_STORE_MESSAGE_LENGTH; in xStreamBufferReceiveFromISR()[all …]