Home
last modified time | relevance | path

Searched refs:raw_req (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dinternal.h143 uv_req_t* raw_req);
176 uv_req_t* raw_req);
H A Dtcp.c1177 uv_req_t* raw_req) { in uv__process_tcp_accept_req() argument
1178 uv_tcp_accept_t* req = (uv_tcp_accept_t*) raw_req; in uv__process_tcp_accept_req()
H A Dpipe.c2081 uv_req_t* raw_req) { in uv__process_pipe_accept_req() argument
2082 uv_pipe_accept_t* req = (uv_pipe_accept_t*) raw_req; in uv__process_pipe_accept_req()
H A Dtty.c2312 uv_req_t* raw_req) { argument