Lines Matching refs:on
37 Callback called when data was read on a stream.
39 `nread` is > 0 if there is data available or < 0 on error. When we've
54 on error.
58 Callback called after data was written on a stream. `status` will be 0 in
134 `server` and `client` must be handles running on the same loop.
145 on Windows but not UNIX, and `UV_EINVAL` on UNIX but not Windows.
152 This function is idempotent and may be safely called on a stopped stream.
156 may be pending on the next input event on that TTY on Windows, and does not
196 `send_handle` must be a TCP, pipe and UDP handle on Unix, or a TCP
197 handle on Windows, which is a server or a connection (listening or
216 Try to send a handle is not supported on Windows,
239 Relying too much on this API is not recommended. It is likely to change
242 Currently only works on Windows for :c:type:`uv_pipe_t` handles.