Searched refs:xByteCount (Results 1 – 7 of 7) sorted by relevance
3338 BaseType_t xByteCount; in FreeRTOS_recv() local3349 xByteCount = -pdFREERTOS_ERRNO_EINVAL; in FreeRTOS_recv()3355 xByteCount = -pdFREERTOS_ERRNO_EINVAL; in FreeRTOS_recv()3361 xByteCount = ( BaseType_t ) uxStreamBufferGetSize( pxSocket->u.xTCP.rxStream ); in FreeRTOS_recv()3365 xByteCount = 0; in FreeRTOS_recv()3368 while( xByteCount == 0 ) in FreeRTOS_recv()3382 xByteCount = -pdFREERTOS_ERRNO_ENOMEM; in FreeRTOS_recv()3386 xByteCount = -pdFREERTOS_ERRNO_ENOTCONN; in FreeRTOS_recv()3405 if( xByteCount < 0 ) in FreeRTOS_recv()3464 xByteCount = ( BaseType_t ) uxStreamBufferGetSize( pxSocket->u.xTCP.rxStream ); in FreeRTOS_recv()[all …]
943 BaseType_t xByteCount ) in FreeRTOS_ReleaseTCPPayloadBuffer() argument954 configASSERT( uxBytesAvailable >= ( size_t ) xByteCount ); in FreeRTOS_ReleaseTCPPayloadBuffer()956 if( ( pucData == pvBuffer ) && ( uxBytesAvailable >= ( size_t ) xByteCount ) ) in FreeRTOS_ReleaseTCPPayloadBuffer()961 ( size_t ) xByteCount, in FreeRTOS_ReleaseTCPPayloadBuffer()964 configASSERT( xByteCountReleased == xByteCount ); in FreeRTOS_ReleaseTCPPayloadBuffer()966 if( xByteCountReleased == xByteCount ) in FreeRTOS_ReleaseTCPPayloadBuffer()
1300 BaseType_t xByteCount ) in prvSendData() argument1313 BaseType_t xSendLength = xByteCount; in prvSendData()
96 BaseType_t xByteCount );
325 BaseType_t xByteCount );
330 BaseType_t xByteCount = 100, xReturn; in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectBufferAssert() local336 xReturn = FreeRTOS_ReleaseTCPPayloadBuffer( &xSocket, ReleaseTCPPayloadBuffer, xByteCount ); in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectBufferAssert()
600 BaseType_t xByteCount = 100; in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectBufferAssert() local606 … catch_assert( FreeRTOS_ReleaseTCPPayloadBuffer( &xSocket, ReleaseTCPPayloadBuffer, xByteCount ) ); in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectBufferAssert()