Searched refs:got_eof (Results 1 – 2 of 2) sorted by relevance
34 static int got_eof; variable58 ASSERT(!got_eof); in read_cb()68 got_eof = 1; in read_cb()78 ASSERT(!got_eof); in shutdown_cb()119 ASSERT(got_eof); in tcp_close_cb()179 ASSERT(got_eof); in TEST_IMPL()
32 static int got_eof; variable62 ASSERT_OK(got_eof); in read_cb()75 got_eof = 1; in read_cb()130 ASSERT_EQ(1, got_eof); in TEST_IMPL()
Completed in 6 milliseconds