Searched refs:uv__pipe_shutdown (Results 1 – 3 of 3) sorted by relevance
223 uv__pipe_shutdown(loop, (uv_pipe_t*) handle, req); in uv_shutdown()
136 void uv__pipe_shutdown(uv_loop_t* loop, uv_pipe_t* handle, uv_shutdown_t* req);
594 void uv__pipe_shutdown(uv_loop_t* loop, uv_pipe_t* handle, uv_shutdown_t *req) { in uv__pipe_shutdown() function2220 uv__pipe_shutdown(loop, handle, handle->stream.conn.shutdown_req); in uv__process_pipe_write_req()
Completed in 17 milliseconds