Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/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.c1499 req->send_handle = NULL; in uv__pipe_write_data()
1653 uv_stream_t* send_handle, in uv__pipe_write_ipc() argument
1673 if (send_handle != NULL) { in uv__pipe_write_ipc()
1674 uv_tcp_t* send_tcp_handle = (uv_tcp_t*) send_handle; in uv__pipe_write_ipc()
1691 if (send_handle != NULL) in uv__pipe_write_ipc()
1711 if (send_handle != NULL) { in uv__pipe_write_ipc()
1755 uv_stream_t* send_handle, in uv__pipe_write() argument
1759 return uv__pipe_write_ipc(loop, req, handle, bufs, nbufs, send_handle, cb); in uv__pipe_write()
1762 assert(send_handle == NULL); in uv__pipe_write()
H A Dinternal.h134 uv_stream_t* send_handle,
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dstream.c789 uv_stream_t* send_handle) { in uv__try_write() argument
812 if (send_handle != NULL) { in uv__try_write()
821 if (uv__is_closing(send_handle)) in uv__try_write()
824 fd_to_send = uv__handle_fd((uv_handle_t*) send_handle); in uv__try_write()
901 req->send_handle); in uv__write()
905 req->send_handle = NULL; in uv__write()
1359 uv_stream_t* send_handle) { in uv__check_before_write() argument
1372 if (send_handle != NULL) { in uv__check_before_write()
1382 if (uv__handle_fd((uv_handle_t*) send_handle) < 0) in uv__check_before_write()
1399 uv_stream_t* send_handle, in uv_write2() argument
[all …]
/netbsd-src/external/mit/libuv/dist/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)
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/
H A Dmessage.h176 …channel, const void *data, uint32_t len, VCHI_MSG_FLAGS_T flags, void *send_handle ); // tx (…
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h528 uv_stream_t* send_handle,
536 uv_stream_t* send_handle);
542 uv_stream_t* send_handle; /* TODO: make private and unix-only in v2.x. */ member
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp-server.c600 send_handle(u_int32_t id, int handle) in send_handle() function
769 send_handle(id, handle); in process_open()
1102 send_handle(id, handle); in process_opendir()
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog456 * doc: more accurate list of valid send_handle's (twosee)
1838 * win,pipe: properly set uv_write_t.send_handle in uv_write2() (Bert Belder)