Home
last modified time | relevance | path

Searched refs:uv_req (Results 1 – 3 of 3) sorted by relevance

/third_party/libuv/test/
Dbenchmark-pump.c42 static void req_free(uv_req_t* uv_req);
310 union uv_any_req uv_req; member
332 static void req_free(uv_req_t* uv_req) { in req_free() argument
333 req_list_t* req = (req_list_t*) uv_req; in req_free()
/third_party/node/src/
Dnode_file-inl.h303 uv_fs_t* uv_req = req_wrap->req(); in AsyncDestCall() local
304 uv_req->result = err; in AsyncDestCall()
305 uv_req->path = nullptr; in AsyncDestCall()
306 after(uv_req); // after may delete req_wrap if there is an error in AsyncDestCall()
Dnode_file.cc2176 uv_fs_t* uv_req = req_wrap_async->req(); in WriteString() local
2177 uv_req->result = err; in WriteString()
2178 uv_req->path = nullptr; in WriteString()
2179 AfterInteger(uv_req); // after may delete req_wrap_async if there is in WriteString()