Searched refs:bMallocError (Results 1 – 4 of 4) sorted by relevance
2299 xSocket.u.xTCP.bits.bMallocError = pdTRUE; in test_prvTCPSendCheck_InvalidValues()2306 xSocket.u.xTCP.bits.bMallocError = pdFALSE; in test_prvTCPSendCheck_InvalidValues()2870 TEST_ASSERT_EQUAL( pdTRUE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_StreamCannotBeAllocated()2904 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_SteamCreationSuccessful_AllBytesAdded()2939 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_SteamCreationSuccessful_AllBytesNotAdded()2977 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_FrontSpaceLessThanLowMark()3012 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_LowWaterTrue()3055 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_HasValidHandler()3099 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_HasValidHandler_DataNULL()3142 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_HasValidHandler_NonZeroOffset()[all …]
422 xSocket.u.xTCP.bits.bMallocError = pdTRUE_UNSIGNED; in test_FreeRTOS_recv_NotConnectedAndNoMemory()
588 bMallocError : 1, /**< There was an error allocating a stream */ member
4153 if( pxSocket->u.xTCP.bits.bMallocError != pdFALSE_UNSIGNED ) in prvRecvWait()4321 else if( pxSocket->u.xTCP.bits.bMallocError != pdFALSE_UNSIGNED ) in prvTCPSendCheck()5053 pxSocket->u.xTCP.bits.bMallocError = pdTRUE; in prvTCPCreateStream()