Home
last modified time | relevance | path

Searched refs:send_handle (Results 1 – 7 of 7) sorted by relevance

/libuv/src/win/
H A Dstream.c150 uv_stream_t* send_handle, in uv_write2() argument
155 if (send_handle == NULL) { in uv_write2()
166 loop, req, (uv_pipe_t*) handle, bufs, nbufs, send_handle, cb); in uv_write2()
196 uv_stream_t* send_handle) { in uv_try_write2() argument
197 if (send_handle != NULL) in uv_try_write2()
H A Dpipe.c1593 req->send_handle = NULL; in uv__pipe_write_data()
1751 uv_stream_t* send_handle, in uv__pipe_write_ipc() argument
1771 if (send_handle != NULL) { in uv__pipe_write_ipc()
1772 uv_tcp_t* send_tcp_handle = (uv_tcp_t*) send_handle; in uv__pipe_write_ipc()
1789 if (send_handle != NULL) in uv__pipe_write_ipc()
1809 if (send_handle != NULL) { in uv__pipe_write_ipc()
1853 uv_stream_t* send_handle, in uv__pipe_write() argument
1857 return uv__pipe_write_ipc(loop, req, handle, bufs, nbufs, send_handle, cb); in uv__pipe_write()
1860 assert(send_handle == NULL); in uv__pipe_write()
H A Dinternal.h134 uv_stream_t* send_handle,
/libuv/src/unix/
H A Dstream.c757 uv_stream_t* send_handle) { in uv__try_write() argument
780 if (send_handle != NULL) { in uv__try_write()
785 if (uv__is_closing(send_handle)) in uv__try_write()
865 req->send_handle); in uv__write()
869 req->send_handle = NULL; in uv__write()
1310 if (send_handle != NULL) { in uv__check_before_write()
1320 if (uv__handle_fd((uv_handle_t*) send_handle) < 0) in uv__check_before_write()
1337 uv_stream_t* send_handle, in uv_write2() argument
1359 req->send_handle = send_handle; in uv_write2()
1424 uv_stream_t* send_handle) { in uv_try_write2() argument
[all …]
/libuv/docs/src/
H A Dstream.rst97 .. c:member:: uv_stream_t* uv_write_t.send_handle
190 …eam_t* handle, const uv_buf_t bufs[], unsigned int nbufs, uv_stream_t* send_handle, uv_write_cb cb)
196 `send_handle` must be a TCP, pipe and UDP handle on Unix, or a TCP
211 …ry_write2(uv_stream_t* handle, const uv_buf_t bufs[], unsigned int nbufs, uv_stream_t* send_handle)
/libuv/include/
H A Duv.h560 uv_stream_t* send_handle,
568 uv_stream_t* send_handle);
574 uv_stream_t* send_handle; /* TODO: make private and unix-only in v2.x. */ member
/libuv/
H A DChangeLog1259 * doc: more accurate list of valid send_handle's (twosee)
2641 * win,pipe: properly set uv_write_t.send_handle in uv_write2() (Bert Belder)

Completed in 28 milliseconds