Searched refs:lDone (Results 1 – 2 of 2) sorted by relevance
1045 int32_t lDone; in test_lTCPWindowTxAdd_nothing_to_do() local1057 lDone = lTCPWindowTxAdd( &xWindow, in test_lTCPWindowTxAdd_nothing_to_do()1062 TEST_ASSERT_EQUAL( 0, lDone ); in test_lTCPWindowTxAdd_nothing_to_do()1070 int32_t lDone; in test_lTCPWindowTxAdd_null_txSegment() local1079 lDone = lTCPWindowTxAdd( &xWindow, in test_lTCPWindowTxAdd_null_txSegment()1084 TEST_ASSERT_EQUAL( 0, lDone ); in test_lTCPWindowTxAdd_null_txSegment()1089 int32_t lDone; in test_lTCPWindowTxAdd_true_outstanding_bits() local1102 lDone = lTCPWindowTxAdd( &xWindow, in test_lTCPWindowTxAdd_true_outstanding_bits()1107 TEST_ASSERT_EQUAL( 0, lDone ); in test_lTCPWindowTxAdd_true_outstanding_bits()1113 int32_t lDone; in test_lTCPWindowTxAdd_data_length_zero() local[all …]
1422 int32_t lDone = 0; in lTCPWindowTxAdd() local1436 lDone += lToWrite; in lTCPWindowTxAdd()1460 lDone += lToWrite; in lTCPWindowTxAdd()1480 if( lDone != 0 ) in lTCPWindowTxAdd()1489 return lDone; in lTCPWindowTxAdd()