Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dinternal.h139 uv_req_t* raw_req);
173 uv_req_t* raw_req);
Dtcp.c1173 uv_req_t* raw_req) { in uv__process_tcp_accept_req() argument
1174 uv_tcp_accept_t* req = (uv_tcp_accept_t*) raw_req; in uv__process_tcp_accept_req()
Dpipe.c2107 uv_req_t* raw_req) { in uv__process_pipe_accept_req() argument
2108 uv_pipe_accept_t* req = (uv_pipe_accept_t*) raw_req; in uv__process_pipe_accept_req()
Dtty.c2310 uv_req_t* raw_req) { argument