Searched refs:bMallocError (Results 1 – 4 of 4) sorted by relevance
2180 xSocket.u.xTCP.bits.bMallocError = pdTRUE; in test_prvTCPSendCheck_InvalidValues()2187 xSocket.u.xTCP.bits.bMallocError = pdFALSE; in test_prvTCPSendCheck_InvalidValues()2701 TEST_ASSERT_EQUAL( pdTRUE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_StreamCannotBeAllocated()2735 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_SteamCreationSuccessful_AllBytesAdded()2770 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_SteamCreationSuccessful_AllBytesNotAdded()2808 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_FrontSpaceLessThanLowMark()2843 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_LowWaterTrue()2886 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_HasValidHandler()2930 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_HasValidHandler_DataNULL()2973 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_HasValidHandler_NonZeroOffset()[all …]
417 xSocket.u.xTCP.bits.bMallocError = pdTRUE_UNSIGNED; in test_FreeRTOS_recv_NotConnectedAndNoMemory()
570 bMallocError : 1, /**< There was an error allocating a stream */ member
3378 if( pxSocket->u.xTCP.bits.bMallocError != pdFALSE_UNSIGNED ) in FreeRTOS_recv()3555 else if( pxSocket->u.xTCP.bits.bMallocError != pdFALSE_UNSIGNED ) in prvTCPSendCheck()4243 pxSocket->u.xTCP.bits.bMallocError = pdTRUE; in prvTCPCreateStream()