Home
last modified time | relevance | path

Searched refs:got_eof (Results 1 – 2 of 2) sorted by relevance

/libuv/test/
H A Dtest-shutdown-eof.c34 static int got_eof; variable
58 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()
H A Dtest-shutdown-simultaneous.c32 static int got_eof; variable
62 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 11 milliseconds