Lines Matching refs:req_wrap_sync
201 FSReqWrapSync req_wrap_sync;
203 SyncCall(env, args[1], &req_wrap_sync, "closedir", uv_fs_closedir,
308 FSReqWrapSync req_wrap_sync;
310 int err = SyncCall(env, args[3], &req_wrap_sync, "readdir", uv_fs_readdir,
317 if (req_wrap_sync.req.result == 0) {
324 CHECK_GE(req_wrap_sync.req.result, 0);
330 static_cast<int>(req_wrap_sync.req.result),
380 FSReqWrapSync req_wrap_sync;
382 int result = SyncCall(env, args[3], &req_wrap_sync, "opendir",
389 uv_fs_t* req = &req_wrap_sync.req;