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.h253 uv_fs_t* uv_req = req_wrap->req(); in AsyncDestCall() local
254 uv_req->result = err; in AsyncDestCall()
255 uv_req->path = nullptr; in AsyncDestCall()
256 after(uv_req); // after may delete req_wrap if there is an error in AsyncDestCall()
Dnode_file.cc1973 uv_fs_t* uv_req = req_wrap_async->req(); in WriteString() local
1974 uv_req->result = err; in WriteString()
1975 uv_req->path = nullptr; in WriteString()
1976 AfterInteger(uv_req); // after may delete req_wrap_async if there is in WriteString()