Searched refs:uv_fs_req_cleanup (Results 1 – 23 of 23) sorted by relevance
41 uv_fs_req_cleanup(&req); in cleanup_test_files()43 uv_fs_req_cleanup(&req); in cleanup_test_files()45 uv_fs_req_cleanup(&req); in cleanup_test_files()47 uv_fs_req_cleanup(&req); in cleanup_test_files()55 uv_fs_req_cleanup(req); in empty_closedir_cb()66 uv_fs_req_cleanup(req); in empty_readdir_cb()90 uv_fs_req_cleanup(req); in empty_opendir_cb()177 uv_fs_req_cleanup(req); in non_existing_opendir_cb()229 uv_fs_req_cleanup(req); in file_opendir_cb()279 uv_fs_req_cleanup(req); in non_empty_closedir_cb()[all …]
205 uv_fs_req_cleanup(req); in link_cb()213 uv_fs_req_cleanup(req); in symlink_cb()221 uv_fs_req_cleanup(req); in readlink_cb()240 uv_fs_req_cleanup(req); in realpath_cb()247 uv_fs_req_cleanup(req); in access_cb()255 uv_fs_req_cleanup(req); in fchmod_cb()264 uv_fs_req_cleanup(req); in chmod_cb()273 uv_fs_req_cleanup(req); in fchown_cb()281 uv_fs_req_cleanup(req); in chown_cb()288 uv_fs_req_cleanup(req); in lchown_cb()[all …]
71 uv_fs_req_cleanup(req); in handle_result()86 uv_fs_req_cleanup(&req); in touch_file()100 uv_fs_req_cleanup(&req); in touch_file()116 uv_fs_req_cleanup(&req); in TEST_IMPL()124 uv_fs_req_cleanup(&req); in TEST_IMPL()128 uv_fs_req_cleanup(&req); in TEST_IMPL()134 uv_fs_req_cleanup(&req); in TEST_IMPL()139 uv_fs_req_cleanup(&req); in TEST_IMPL()162 uv_fs_req_cleanup(&req); in TEST_IMPL()165 uv_fs_req_cleanup(&req); in TEST_IMPL()[all …]
68 uv_fs_req_cleanup(&rmdir_req); in setup()73 uv_fs_req_cleanup(&mkdir_req); in setup()94 uv_fs_req_cleanup(&open_req); in refresh()99 uv_fs_req_cleanup(&close_req); in refresh()108 uv_fs_req_cleanup(&open_req); in refresh()114 uv_fs_req_cleanup(&write_req); in refresh()136 uv_fs_req_cleanup(&open_req); in openFail()142 uv_fs_req_cleanup(&open_req); in openFail()155 uv_fs_req_cleanup(&open_req); in refreshOpen()184 uv_fs_req_cleanup(&open_req); in writeExpect()[all …]
163 uv_fs_req_cleanup(req); in close_cb()176 uv_fs_req_cleanup(req); in write_cb()194 uv_fs_req_cleanup(req); in create_cb()230 uv_fs_req_cleanup(&unlink_req); in TEST_IMPL()238 uv_fs_req_cleanup(&unlink_req); in TEST_IMPL()262 uv_fs_req_cleanup(req); in fs_stat_cb()282 uv_fs_req_cleanup(req); in fs_write_cb()325 uv_fs_req_cleanup(&unlink_req); in TEST_IMPL()336 uv_fs_req_cleanup(&open_req); in TEST_IMPL()386 uv_fs_req_cleanup(&unlink_req); in TEST_IMPL()
35 uv_fs_req_cleanup((req)); \52 uv_fs_stat(uv_default_loop(), reqs + i, path, uv_fs_req_cleanup); in warmup()87 uv_fs_req_cleanup(&req->fs_req); in stat_cb()
331 uv_fs_req_cleanup(&fs_req); in TEST_IMPL()353 uv_fs_req_cleanup(&fs_req); in TEST_IMPL()357 uv_fs_req_cleanup(&fs_req); in TEST_IMPL()385 uv_fs_req_cleanup(&fs_req); in TEST_IMPL()409 uv_fs_req_cleanup(&fs_req); in TEST_IMPL()413 uv_fs_req_cleanup(&fs_req); in TEST_IMPL()447 uv_fs_req_cleanup(&fs_req); in TEST_IMPL()471 uv_fs_req_cleanup(&fs_req); in TEST_IMPL()475 uv_fs_req_cleanup(&fs_req); in TEST_IMPL()1776 uv_fs_req_cleanup(&req); in TEST_IMPL()[all …]
428 uv_fs_req_cleanup(&req); in create_file()431 uv_fs_req_cleanup(&req); in create_file()444 uv_fs_req_cleanup(&req); in touch_file()449 uv_fs_req_cleanup(&req); in touch_file()453 uv_fs_req_cleanup(&req); in touch_file()
65 uv_fs_req_cleanup(&req); in create_dir()78 uv_fs_req_cleanup(&req); in create_file()81 uv_fs_req_cleanup(&req); in create_file()88 uv_fs_req_cleanup(&req); in delete_dir()96 uv_fs_req_cleanup(&req); in delete_file()109 uv_fs_req_cleanup(&req); in touch_file()114 uv_fs_req_cleanup(&req); in touch_file()118 uv_fs_req_cleanup(&req); in touch_file()
66 uv_fs_req_cleanup(&req); in TEST_IMPL()
46 uv_fs_req_cleanup(&req); in thread_main()
105 uv_fs_req_cleanup(fs); in TEST_IMPL()
163 uv_fs_req_cleanup(&fs_req); in helper_timer_cb()
104 uv_fs_req_cleanup(handle); in fs_cb()
357 uv_fs_req_cleanup(&req); in pipe_echo_start()
128 uv_fs_req_cleanup(req); in fs_cb()
58 uv_fs_req_cleanup(&open_req); in main()59 uv_fs_req_cleanup(&read_req); in main()60 uv_fs_req_cleanup(&write_req); in main()
218 uv_fs_req_cleanup(req); in poll_cb()
222 .. c:function:: void uv_fs_req_cleanup(uv_fs_t* req)290 `uv_fs_req_cleanup()`, although `req->ptr` is set to `NULL`. The allocated327 `uv_fs_req_cleanup()`. `uv_fs_req_cleanup()` must be called before354 and returned via `req->ptr`. This memory is freed by `uv_fs_req_cleanup()`.
1261 uv_fs_req_cleanup(&fs_req); in uv__fs_copyfile()1284 uv_fs_req_cleanup(&fs_req); in uv__fs_copyfile()1402 uv_fs_req_cleanup(&fs_req); in uv__fs_copyfile()1438 uv_fs_req_cleanup(&fs_req); in uv__fs_copyfile()2255 void uv_fs_req_cleanup(uv_fs_t* req) { in uv_fs_req_cleanup() function
113 The ``uv_fs_req_cleanup()`` function must always be called on filesystem
1449 UV_EXTERN void uv_fs_req_cleanup(uv_fs_t* req);
2988 void uv_fs_req_cleanup(uv_fs_t* req) { in uv_fs_req_cleanup() function
Completed in 64 milliseconds