Home
last modified time | relevance | path

Searched refs:UV_EPIPE (Results 1 - 16 of 16) sorted by relevance

/third_party/libuv/src/win/
H A Derror.c159 case ERROR_BAD_PIPE: return UV_EPIPE; in uv_translate_sys_error()
160 case ERROR_NO_DATA: return UV_EPIPE; in uv_translate_sys_error()
161 case ERROR_PIPE_NOT_CONNECTED: return UV_EPIPE; in uv_translate_sys_error()
162 case WSAESHUTDOWN: return UV_EPIPE; in uv_translate_sys_error()
H A Dstream.c123 return UV_EPIPE; in uv_write()
162 return UV_EPIPE; in uv_write2()
177 return UV_EPIPE; in uv_try_write()
/third_party/node/deps/uv/src/win/
H A Derror.c159 case ERROR_BAD_PIPE: return UV_EPIPE; in uv_translate_sys_error()
160 case ERROR_NO_DATA: return UV_EPIPE; in uv_translate_sys_error()
161 case ERROR_PIPE_NOT_CONNECTED: return UV_EPIPE; in uv_translate_sys_error()
162 case WSAESHUTDOWN: return UV_EPIPE; in uv_translate_sys_error()
H A Dstream.c123 return UV_EPIPE; in uv_write()
162 return UV_EPIPE; in uv_write2()
177 return UV_EPIPE; in uv_try_write()
/third_party/libuv/test/
H A Dtest-error.c70 ASSERT_EQ(uv_translate_sys_error(ERROR_BAD_PIPE), UV_EPIPE); in TEST_IMPL() local
73 ASSERT_EQ(uv_translate_sys_error(EPIPE), UV_EPIPE); in TEST_IMPL()
H A Dtest-tcp-try-write-error.c51 ASSERT(r == UV_EPIPE || r == UV_ECONNABORTED || r == UV_ECONNRESET); in incoming_close_cb()
H A Dtest-signal-pending-on-close.c53 ASSERT_EQ(status, UV_EPIPE); in write_cb()
H A Dtest-tcp-bind-error.c283 ASSERT_EQ(r, UV_EPIPE); in TEST_IMPL()
/third_party/node/lib/internal/
H A Djs_stream_socket.js210 errCode = uv[`UV_${err.code}`] || uv.UV_EPIPE;
/third_party/node/deps/uvwasi/src/
H A Duv_mapping.c82 case UV_EPIPE: return UVWASI_EPIPE; in uvwasi__translate_uv_error()
/third_party/node/src/
H A Dstream_pipe.cc208 OnStreamRead(UV_EPIPE, uv_buf_init(nullptr, 0)); in OnStreamDestroy()
H A Dnode_http2.cc2116 return UV_EPIPE; in DoShutdown()
/third_party/node/deps/uv/src/unix/
H A Dprocess.c925 err = UV_EPIPE; in uv__spawn_and_init_child()
H A Dstream.c1370 return UV_EPIPE; in uv__check_before_write()
/third_party/libuv/src/unix/
H A Dprocess.c945 err = UV_EPIPE; in uv__spawn_and_init_child()
H A Dstream.c1303 return UV_EPIPE; in uv__check_before_write()

Completed in 17 milliseconds