Lines Matching refs:bMallocError
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()
3187 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bMallocError ); in test_lTCPAddRxdata_HasValidHandlerWithNonZeroSize()