Searched refs:uv_req (Results 1 – 3 of 3) sorted by relevance
42 static void req_free(uv_req_t* uv_req);310 union uv_any_req uv_req; member332 static void req_free(uv_req_t* uv_req) { in req_free() argument333 req_list_t* req = (req_list_t*) uv_req; in req_free()
303 uv_fs_t* uv_req = req_wrap->req(); in AsyncDestCall() local304 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()
2176 uv_fs_t* uv_req = req_wrap_async->req(); in WriteString() local2177 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()