Lines Matching refs:req
81 int uv__tcp_write(uv_loop_t* loop, uv_write_t* req, uv_tcp_t* handle,
86 void uv__process_tcp_read_req(uv_loop_t* loop, uv_tcp_t* handle, uv_req_t* req);
88 uv_write_t* req);
90 uv_req_t* req);
92 uv_connect_t* req);
95 uv_shutdown_t* req);
112 void uv__process_udp_recv_req(uv_loop_t* loop, uv_udp_t* handle, uv_req_t* req);
114 uv_udp_send_t* req);
132 uv_write_t* req,
138 void uv__pipe_shutdown(uv_loop_t* loop, uv_pipe_t* handle, uv_shutdown_t* req);
141 uv_req_t* req);
143 uv_write_t* req);
147 uv_connect_t* req);
149 uv_shutdown_t* req);
163 int uv__tty_write(uv_loop_t* loop, uv_write_t* req, uv_tty_t* handle,
170 uv_req_t* req);
172 uv_write_t* req);
173 #define uv__process_tty_accept_req(loop, handle, req) abort()
174 #define uv__process_tty_connect_req(loop, handle, req) abort()
177 uv_shutdown_t* req);
185 uv_req_t* req);
210 uv_req_t* req);
223 uv_req_t* req);
243 void uv__process_fs_event_req(uv_loop_t* loop, uv_req_t* req,