HomeSort by: relevance | last modified time | path
    Searched refs:uv__pipe_shutdown (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
stream.c 223 uv__pipe_shutdown(loop, (uv_pipe_t*) handle, req);
internal.h 136 void uv__pipe_shutdown(uv_loop_t* loop, uv_pipe_t* handle, uv_shutdown_t* req);
pipe.c 594 void uv__pipe_shutdown(uv_loop_t* loop, uv_pipe_t* handle, uv_shutdown_t *req) { function
2220 uv__pipe_shutdown(loop, handle, handle->stream.conn.shutdown_req);

Completed in 23 milliseconds