Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-tcp-try-write.c54 r = uv_try_write((uv_stream_t*) &client, &buf, 1); in connect_cb()
64 r = uv_try_write((uv_stream_t*) &client, &buf, 1); in connect_cb()
H A Dtest-tcp-rst.c68 ASSERT_EQ(qbuf.len, uv_try_write((uv_stream_t*) &tcp, &qbuf, 1)); in connect_cb()
H A Dtest-tcp-try-write-error.c49 r = uv_try_write((uv_stream_t*) &client, &buf, 1); in incoming_close_cb()
50 fprintf(stderr, "uv_try_write error: %d %s\n", r, uv_strerror(r)); in incoming_close_cb()
H A Dtest-pipe-set-non-blocking.c97 /* The stream is in blocking mode so uv_try_write() should always succeed in TEST_IMPL()
100 n = uv_try_write((uv_stream_t*) &pipe_handle, &buf, 1); in TEST_IMPL()
H A Dtest-shutdown-simultaneous.c98 ASSERT_EQ(qbuf.len, uv_try_write((uv_stream_t*) &tcp, &qbuf, 1)); in connect_cb()
H A Dtest-tty.c253 r = uv_try_write((uv_stream_t*) &tty_out, bufs, 1); in TEST_IMPL()
299 r = uv_try_write((uv_stream_t*) &tty_out, bufs, 1); in TEST_IMPL()
H A Dtest-tty-escape-sequence-processing.c167 r = uv_try_write((uv_stream_t*) tty_out, &buf, 1); in write_console()
/third_party/libuv/src/win/
H A Dstream.c171 int uv_try_write(uv_stream_t* stream, in uv_try_write() function
199 return uv_try_write(stream, bufs, nbufs); in uv_try_write2()
/third_party/node/deps/uv/src/win/
H A Dstream.c171 int uv_try_write(uv_stream_t* stream, in uv_try_write() function
199 return uv_try_write(stream, bufs, nbufs); in uv_try_write2()
/third_party/node/src/
H A Dstream_wrap.cc355 // uv_try_write().
362 err = uv_try_write(stream(), vbufs, vcount); in DoTryWrite()
/third_party/libuv/src/unix/
H A Dstream.c1409 int uv_try_write(uv_stream_t* stream, in uv_try_write() function
/third_party/node/deps/uv/src/unix/
H A Dstream.c1476 int uv_try_write(uv_stream_t* stream, in uv_try_write() function
/third_party/libuv/include/
H A Duv.h574 UV_EXTERN int uv_try_write(uv_stream_t* handle,
/third_party/libuv/include/uv_ndk/
H A Duv.h522 UV_EXTERN int uv_try_write(uv_stream_t* handle,
/third_party/node/deps/uv/include/
H A Duv.h530 UV_EXTERN int uv_try_write(uv_stream_t* handle,
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c2684 r = uv_try_write((uv_stream_t*) wrap->sock, bufs, si_data_len); in uvwasi_sock_send()

Completed in 24 milliseconds