Searched refs:ReleaseTCPPayloadBufferxByteCount (Results 1 – 2 of 2) sorted by relevance
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_DiffConfig/ |
HD | FreeRTOS_IP_DiffConfig_utest.c | 83 static BaseType_t ReleaseTCPPayloadBufferxByteCount = 100; variable 99 return( ReleaseTCPPayloadBufferxByteCount >> 1 ); in StubuxStreamBufferGetPtr_ReturnIncorrectSize() 108 return ReleaseTCPPayloadBufferxByteCount; in StubuxStreamBufferGetPtr_ReturnCorrectVals() 350 …OS_ReleaseTCPPayloadBuffer( &xSocket, ReleaseTCPPayloadBuffer, ReleaseTCPPayloadBufferxByteCount ); in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectSizeAssert() 364 …ectAndReturn( &xSocket, NULL, ReleaseTCPPayloadBufferxByteCount, FREERTOS_MSG_DONTWAIT, ( ReleaseT… in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectBytesReleasedAssert() 366 …OS_ReleaseTCPPayloadBuffer( &xSocket, ReleaseTCPPayloadBuffer, ReleaseTCPPayloadBufferxByteCount ); in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectBytesReleasedAssert() 380 …pectAndReturn( &xSocket, NULL, ReleaseTCPPayloadBufferxByteCount, FREERTOS_MSG_DONTWAIT, ReleaseTC… in test_FreeRTOS_ReleaseTCPPayloadBuffer_HappyPath() 382 …OS_ReleaseTCPPayloadBuffer( &xSocket, ReleaseTCPPayloadBuffer, ReleaseTCPPayloadBufferxByteCount ); in test_FreeRTOS_ReleaseTCPPayloadBuffer_HappyPath()
|
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP/ |
HD | FreeRTOS_IP_utest.c | 82 static BaseType_t ReleaseTCPPayloadBufferxByteCount = 100; variable 98 return( ReleaseTCPPayloadBufferxByteCount >> 1 ); in StubuxStreamBufferGetPtr_ReturnIncorrectSize() 107 return ReleaseTCPPayloadBufferxByteCount; in StubuxStreamBufferGetPtr_ReturnCorrectVals() 617 …_ReleaseTCPPayloadBuffer( &xSocket, ReleaseTCPPayloadBuffer, ReleaseTCPPayloadBufferxByteCount ) ); in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectSizeAssert() 628 …ectAndReturn( &xSocket, NULL, ReleaseTCPPayloadBufferxByteCount, FREERTOS_MSG_DONTWAIT, ( ReleaseT… in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectBytesReleasedAssert() 630 …_ReleaseTCPPayloadBuffer( &xSocket, ReleaseTCPPayloadBuffer, ReleaseTCPPayloadBufferxByteCount ) ); in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectBytesReleasedAssert() 642 …pectAndReturn( &xSocket, NULL, ReleaseTCPPayloadBufferxByteCount, FREERTOS_MSG_DONTWAIT, ReleaseTC… in test_FreeRTOS_ReleaseTCPPayloadBuffer_HappyPath() 644 …OS_ReleaseTCPPayloadBuffer( &xSocket, ReleaseTCPPayloadBuffer, ReleaseTCPPayloadBufferxByteCount ); in test_FreeRTOS_ReleaseTCPPayloadBuffer_HappyPath()
|