Searched refs:xByteCountReleased (Results 1 – 1 of 1) sorted by relevance
1221 BaseType_t xByteCountReleased; in FreeRTOS_ReleaseTCPPayloadBuffer() local1235 xByteCountReleased = FreeRTOS_recv( xSocket, in FreeRTOS_ReleaseTCPPayloadBuffer()1240 configASSERT( xByteCountReleased == xByteCount ); in FreeRTOS_ReleaseTCPPayloadBuffer()1242 if( xByteCountReleased == xByteCount ) in FreeRTOS_ReleaseTCPPayloadBuffer()