Lines Matching refs:uv_fs_t
40 inline FSContinuationData(uv_fs_t* req, int mode, uv_fs_cb done_cb);
59 uv_fs_t* req_;
65 class FSReqBase : public ReqWrap<uv_fs_t> {
103 static FSReqBase* from_req(uv_fs_t* req) { in from_req()
190 FSReqAfterScope(FSReqBase* wrap, uv_fs_t* req);
196 void Reject(uv_fs_t* req);
205 uv_fs_t* req_ = nullptr;
214 class FileHandleReadWrap final : public ReqWrap<uv_fs_t> {
219 static inline FileHandleReadWrap* from_req(uv_fs_t* req) { in from_req()
309 class CloseReq final : public ReqWrap<uv_fs_t> {
328 static CloseReq* from_req(uv_fs_t* req) { in from_req()
358 uv_fs_t* req,
367 uv_fs_t req;