Home
last modified time | relevance | path

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

/third_party/libuv/test/
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()
Dtest-shutdown-simultaneous.c32 static int got_eof; variable
62 ASSERT_EQ(got_eof, 0); in read_cb()
75 got_eof = 1; in read_cb()
130 ASSERT_EQ(got_eof, 1); in TEST_IMPL()
/third_party/ffmpeg/libavfilter/
Dsrc_movie.c558 int got_eagain = 0, got_eof = 0; in movie_request_frame() local
567 got_eof++; in movie_request_frame()
579 } else if (got_eof) { in movie_request_frame()
/third_party/ltp/tools/sparse/sparse-src/
Dtokenize.c367 goto got_eof; in nextchar_slow()
370 goto got_eof; in nextchar_slow()
423 got_eof: in nextchar_slow()
/third_party/glib/gio/
Dginputstream.c716 gboolean got_eof = FALSE; in read_all_callback() local
735 got_eof = (nread == 0); in read_all_callback()
738 if (got_eof || data->to_read == 0) in read_all_callback()