Searched refs:send_handle (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | stream.c | 150 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 D | pipe.c | 1499 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 D | internal.h | 134 uv_stream_t* send_handle,
|
| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | stream.c | 789 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 D | stream.rst | 97 .. 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 D | message.h | 176 …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 D | uv.h | 528 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 D | sftp-server.c | 600 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 D | ChangeLog | 456 * 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)
|