Searched refs:ReleaseTCPPayloadBufferxByteCount (Results 1 – 3 of 3) sorted by relevance
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig/ |
| D | FreeRTOS_IP_DiffConfig_utest.c | 101 static BaseType_t ReleaseTCPPayloadBufferxByteCount = 100; variable 117 return( ReleaseTCPPayloadBufferxByteCount >> 1 ); in StubuxStreamBufferGetPtr_ReturnIncorrectSize() 126 return ReleaseTCPPayloadBufferxByteCount; in StubuxStreamBufferGetPtr_ReturnCorrectVals() 280 …OS_ReleaseTCPPayloadBuffer( &xSocket, ReleaseTCPPayloadBuffer, ReleaseTCPPayloadBufferxByteCount ); in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectSizeAssert() 299 …ectAndReturn( &xSocket, NULL, ReleaseTCPPayloadBufferxByteCount, FREERTOS_MSG_DONTWAIT, ( ReleaseT… in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectBytesReleasedAssert() 301 …OS_ReleaseTCPPayloadBuffer( &xSocket, ReleaseTCPPayloadBuffer, ReleaseTCPPayloadBufferxByteCount ); in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectBytesReleasedAssert() 319 …pectAndReturn( &xSocket, NULL, ReleaseTCPPayloadBufferxByteCount, FREERTOS_MSG_DONTWAIT, ReleaseTC… in test_FreeRTOS_ReleaseTCPPayloadBuffer_HappyPath() 321 …OS_ReleaseTCPPayloadBuffer( &xSocket, ReleaseTCPPayloadBuffer, ReleaseTCPPayloadBufferxByteCount ); in test_FreeRTOS_ReleaseTCPPayloadBuffer_HappyPath()
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig1/ |
| D | FreeRTOS_IP_DiffConfig1_utest.c | 100 static BaseType_t ReleaseTCPPayloadBufferxByteCount = 100; variable 116 return( ReleaseTCPPayloadBufferxByteCount >> 1 ); in StubuxStreamBufferGetPtr_ReturnIncorrectSize() 125 return ReleaseTCPPayloadBufferxByteCount; in StubuxStreamBufferGetPtr_ReturnCorrectVals()
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/ |
| D | FreeRTOS_IP_utest.c | 121 static BaseType_t ReleaseTCPPayloadBufferxByteCount = 100; variable 137 return( ReleaseTCPPayloadBufferxByteCount >> 1 ); in StubuxStreamBufferGetPtr_ReturnIncorrectSize() 146 return ReleaseTCPPayloadBufferxByteCount; in StubuxStreamBufferGetPtr_ReturnCorrectVals() 423 …_ReleaseTCPPayloadBuffer( &xSocket, ReleaseTCPPayloadBuffer, ReleaseTCPPayloadBufferxByteCount ) ); in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectSizeAssert() 439 …ectAndReturn( &xSocket, NULL, ReleaseTCPPayloadBufferxByteCount, FREERTOS_MSG_DONTWAIT, ( ReleaseT… in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectBytesReleasedAssert() 441 …_ReleaseTCPPayloadBuffer( &xSocket, ReleaseTCPPayloadBuffer, ReleaseTCPPayloadBufferxByteCount ) ); in test_FreeRTOS_ReleaseTCPPayloadBuffer_IncorrectBytesReleasedAssert() 457 …pectAndReturn( &xSocket, NULL, ReleaseTCPPayloadBufferxByteCount, FREERTOS_MSG_DONTWAIT, ReleaseTC… in test_FreeRTOS_ReleaseTCPPayloadBuffer_HappyPath() 459 …OS_ReleaseTCPPayloadBuffer( &xSocket, ReleaseTCPPayloadBuffer, ReleaseTCPPayloadBufferxByteCount ); in test_FreeRTOS_ReleaseTCPPayloadBuffer_HappyPath()
|