Searched refs:got_eof (Results 1 – 5 of 5) 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_EQ(got_eof, 0); in read_cb()75 got_eof = 1; in read_cb()130 ASSERT_EQ(got_eof, 1); in TEST_IMPL()
558 int got_eagain = 0, got_eof = 0; in movie_request_frame() local567 got_eof++; in movie_request_frame()579 } else if (got_eof) { in movie_request_frame()
367 goto got_eof; in nextchar_slow()370 goto got_eof; in nextchar_slow()423 got_eof: in nextchar_slow()
716 gboolean got_eof = FALSE; in read_all_callback() local735 got_eof = (nread == 0); in read_all_callback()738 if (got_eof || data->to_read == 0) in read_all_callback()