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()
253 uv_fs_t* uv_req = req_wrap->req(); in AsyncDestCall() local254 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()
1973 uv_fs_t* uv_req = req_wrap_async->req(); in WriteString() local1974 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()