Home
last modified time | relevance | path

Searched refs:pdFREERTOS_ERRNO_ENOMEM (Results 1 – 7 of 7) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/ConfigFiles/
HDFreeRTOS_errno_TCP.h49 #define pdFREERTOS_ERRNO_ENOMEM 12 /* Not enough memory */ macro
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
HDFreeRTOS_errno_TCP.h49 #define pdFREERTOS_ERRNO_ENOMEM 12 /* Not enough memory */ macro
/FreeRTOS-Plus-TCP-v3.1.0/source/
HDFreeRTOS_IP_Utils.c1101 case pdFREERTOS_ERRNO_ENOMEM: in FreeRTOS_strerror_r()
HDFreeRTOS_Sockets.c3382 xByteCount = -pdFREERTOS_ERRNO_ENOMEM; in FreeRTOS_recv()
3557 xResult = -pdFREERTOS_ERRNO_ENOMEM; in prvTCPSendCheck()
3584 xResult = -pdFREERTOS_ERRNO_ENOMEM; in prvTCPSendCheck()
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/
HDFreeRTOS_Sockets_privates_utest.c2184 TEST_ASSERT_EQUAL( -pdFREERTOS_ERRNO_ENOMEM, lReturn ); in test_prvTCPSendCheck_InvalidValues()
2221 TEST_ASSERT_EQUAL( -pdFREERTOS_ERRNO_ENOMEM, lReturn ); in test_prvTCPSendCheck_InvalidValues()
HDFreeRTOS_Sockets_TCP_API_utest.c419 TEST_ASSERT_EQUAL( -pdFREERTOS_ERRNO_ENOMEM, xReturn ); in test_FreeRTOS_recv_NotConnectedAndNoMemory()
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_Utils/
HDFreeRTOS_IP_Utils_utest.c1418 BaseType_t xErrnum = pdFREERTOS_ERRNO_ENOMEM; in test_FreeRTOS_strerror_r_ENOMEM()