HomeSort by: relevance | last modified time | path
    Searched refs:uv_fs_req_cleanup (Results 1 - 21 of 21) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-fs-readdir.c 41 uv_fs_req_cleanup(&req);
43 uv_fs_req_cleanup(&req);
45 uv_fs_req_cleanup(&req);
47 uv_fs_req_cleanup(&req);
55 uv_fs_req_cleanup(req);
66 uv_fs_req_cleanup(req);
90 uv_fs_req_cleanup(req);
109 uv_fs_req_cleanup(&mkdir_req);
124 uv_fs_req_cleanup(&opendir_req);
135 uv_fs_req_cleanup(&readdir_req)
    [all...]
test-fs-copyfile.c 63 uv_fs_req_cleanup(&stat_req);
70 uv_fs_req_cleanup(&stat_req);
71 uv_fs_req_cleanup(req);
86 uv_fs_req_cleanup(&req);
95 uv_fs_req_cleanup(&req);
100 uv_fs_req_cleanup(&req);
116 uv_fs_req_cleanup(&req);
124 uv_fs_req_cleanup(&req);
128 uv_fs_req_cleanup(&req);
134 uv_fs_req_cleanup(&req)
    [all...]
test-fs.c 203 uv_fs_req_cleanup(&req);
217 uv_fs_req_cleanup(req);
225 uv_fs_req_cleanup(req);
233 uv_fs_req_cleanup(req);
252 uv_fs_req_cleanup(req);
259 uv_fs_req_cleanup(req);
267 uv_fs_req_cleanup(req);
276 uv_fs_req_cleanup(req);
285 uv_fs_req_cleanup(req);
293 uv_fs_req_cleanup(req)
    [all...]
test-fs-open-flags.c 68 uv_fs_req_cleanup(&rmdir_req);
73 uv_fs_req_cleanup(&mkdir_req);
85 uv_fs_req_cleanup(&unlink_req);
94 uv_fs_req_cleanup(&open_req);
99 uv_fs_req_cleanup(&close_req);
108 uv_fs_req_cleanup(&open_req);
114 uv_fs_req_cleanup(&write_req);
119 uv_fs_req_cleanup(&close_req);
136 uv_fs_req_cleanup(&open_req);
142 uv_fs_req_cleanup(&open_req)
    [all...]
test-metrics.c 163 uv_fs_req_cleanup(req);
176 uv_fs_req_cleanup(req);
194 uv_fs_req_cleanup(req);
230 uv_fs_req_cleanup(&unlink_req);
238 uv_fs_req_cleanup(&unlink_req);
262 uv_fs_req_cleanup(req);
282 uv_fs_req_cleanup(req);
325 uv_fs_req_cleanup(&unlink_req);
336 uv_fs_req_cleanup(&open_req);
386 uv_fs_req_cleanup(&unlink_req)
    [all...]
benchmark-fs-stat.c 35 uv_fs_req_cleanup((req)); \
52 uv_fs_stat(uv_default_loop(), reqs + i, path, uv_fs_req_cleanup); local
86 uv_fs_req_cleanup(&req->fs_req);
test-close-fd.c 66 uv_fs_req_cleanup(&req);
test-spawn.c 331 uv_fs_req_cleanup(&fs_req);
353 uv_fs_req_cleanup(&fs_req);
357 uv_fs_req_cleanup(&fs_req);
385 uv_fs_req_cleanup(&fs_req);
409 uv_fs_req_cleanup(&fs_req);
413 uv_fs_req_cleanup(&fs_req);
447 uv_fs_req_cleanup(&fs_req);
471 uv_fs_req_cleanup(&fs_req);
475 uv_fs_req_cleanup(&fs_req);
514 uv_fs_req_cleanup(&fs_req)
    [all...]
test-getters-setters.c 105 uv_fs_req_cleanup(fs);
test-pipe-set-non-blocking.c 46 uv_fs_req_cleanup(&req);
test-fs-event.c 65 uv_fs_req_cleanup(&req);
78 uv_fs_req_cleanup(&req);
81 uv_fs_req_cleanup(&req);
88 uv_fs_req_cleanup(&req);
96 uv_fs_req_cleanup(&req);
109 uv_fs_req_cleanup(&req);
114 uv_fs_req_cleanup(&req);
118 uv_fs_req_cleanup(&req);
test-fork.c 428 uv_fs_req_cleanup(&req);
431 uv_fs_req_cleanup(&req);
444 uv_fs_req_cleanup(&req);
449 uv_fs_req_cleanup(&req);
453 uv_fs_req_cleanup(&req);
test-queue-foreach-delete.c 163 uv_fs_req_cleanup(&fs_req);
test-thread.c 104 uv_fs_req_cleanup(handle);
echo-server.c 357 uv_fs_req_cleanup(&req);
test-threadpool-cancel.c 128 uv_fs_req_cleanup(req);
  /src/external/mit/libuv/dist/docs/code/uvcat/
main.c 58 uv_fs_req_cleanup(&open_req);
59 uv_fs_req_cleanup(&read_req);
60 uv_fs_req_cleanup(&write_req);
  /src/external/mit/libuv/dist/src/
fs-poll.c 221 uv_fs_req_cleanup(req);
  /src/external/mit/libuv/dist/src/unix/
fs.c 1245 uv_fs_req_cleanup(&fs_req);
1268 uv_fs_req_cleanup(&fs_req);
1386 uv_fs_req_cleanup(&fs_req);
1422 uv_fs_req_cleanup(&fs_req);
2239 void uv_fs_req_cleanup(uv_fs_t* req) { function
  /src/external/mit/libuv/dist/include/
uv.h 1462 UV_EXTERN void uv_fs_req_cleanup(uv_fs_t* req);
  /src/external/mit/libuv/dist/src/win/
fs.c 3192 void uv_fs_req_cleanup(uv_fs_t* req) { function

Completed in 33 milliseconds