Home
last modified time | relevance | path

Searched refs:UV_EOF (Results 1 - 25 of 52) sorted by relevance

123

/third_party/libuv/test/
H A Dtest-readable-on-eof.c56 ASSERT_EQ(nread, UV_EOF); in read_cb()
77 read_cb((uv_stream_t*) &tcp_client, UV_EOF, NULL); in connect_cb()
H A Dtest-ipc.c160 if (nread == UV_EOF) { in on_read()
229 if (nread == UV_EOF) { in on_read_listen_after_bound_twice()
366 if (nread == UV_EOF) { in on_read_connection()
412 ASSERT(nread == 0 || nread == UV_EOF); in on_read_send_zero()
577 if (nread == UV_EOF) { in on_tcp_child_process_read()
H A Dtest-not-readable-nor-writable-on-read-error.c56 ASSERT((nread < 0) && (nread != UV_EOF)); in read_cb()
H A Dtest-close-fd.c43 ASSERT_EQ(nread, UV_EOF); in read_cb()
H A Dtest-tcp-open.c121 ASSERT_EQ(nread, UV_EOF); in read_cb()
135 ASSERT_EQ(nread, UV_EOF); in read1_cb()
H A Dtest-ipc-send-recv.c110 * being UV_EOF instead of the number of bytes read. Since in recv_cb()
111 * the other end of the pipe has closed this UV_EOF is an in recv_cb()
113 if (nread == UV_EOF) { in recv_cb()
114 /* UV_EOF is only acceptable for the final recv_cb call */ in recv_cb()
313 if (nread == UV_EOF || nread == UV_ECONNABORTED) { in read_cb()
H A Dbenchmark-spawn.c96 if (nread == UV_EOF) { in on_read()
H A Dblackhole-server.c79 ASSERT_EQ(nread, UV_EOF); in read_cb()
H A Dtest-callback-stack.c80 ASSERT_EQ(nread, UV_EOF); in read_cb()
H A Dtest-delayed-accept.c129 ASSERT_EQ(nread, UV_EOF); in read_cb()
H A Dtest-shutdown-eof.c64 ASSERT_EQ(nread, UV_EOF); in read_cb()
H A Dtest-shutdown-simultaneous.c71 ASSERT_EQ(nread, UV_EOF); in read_cb()
H A Dtest-tcp-writealot.c91 ASSERT_EQ(nread, UV_EOF); in read_cb()
H A Dtest-tcp-write-to-half-open-connection.c80 ASSERT(nread == UV_ECONNRESET || nread == UV_EOF); in read_cb()
H A Dbenchmark-ping-pongs.c133 ASSERT_EQ(nread, UV_EOF); in pinger_read_cb()
H A Dtest-tcp-close-after-read-timeout.c95 ASSERT_EQ(nread, UV_EOF); in on_connection_read()
/third_party/libuv/docs/code/multi-echo-server/
H A Dworker.c43 if (nread != UV_EOF) in echo_read()
53 if (nread != UV_EOF) in on_new_connection()
/third_party/node/src/quic/
H A Dlogstream.cc82 EmitRead(UV_EOF); in Emit()
102 EmitRead(UV_EOF); in ReadStart()
/third_party/node/lib/internal/
H A Dstream_base_commons.js18 const { UV_EOF } = internalBinding('uv');
214 if (nread !== UV_EOF) {
/third_party/libuv/docs/code/tcp-echo-server/
H A Dmain.c47 if (nread != UV_EOF) in echo_read()
/third_party/libuv/docs/code/dns/
H A Dmain.c15 if (nread != UV_EOF) in on_read()
/third_party/libuv/docs/code/pipe-echo-server/
H A Dmain.c46 if (nread != UV_EOF) in echo_read()
/third_party/libuv/src/win/
H A Derror.c156 case ERROR_BROKEN_PIPE: return UV_EOF; in uv_translate_sys_error()
/third_party/libuv/docs/code/uvtee/
H A Dmain.c45 if (nread == UV_EOF){ in read_stdin()
/third_party/node/deps/uv/src/win/
H A Derror.c156 case ERROR_BROKEN_PIPE: return UV_EOF; in uv_translate_sys_error()

Completed in 9 milliseconds

123