Home
last modified time | relevance | path

Searched refs:closedir_req (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs-readdir.c29 static uv_fs_t closedir_req; variable
50 ASSERT(req == &closedir_req); in empty_closedir_cb()
67 &closedir_req, in empty_readdir_cb()
137 memset(&closedir_req, 0xdb, sizeof(closedir_req)); in TEST_IMPL()
138 uv_fs_closedir(uv_default_loop(), &closedir_req, dir, NULL); in TEST_IMPL()
139 ASSERT(closedir_req.result == 0); in TEST_IMPL()
140 uv_fs_req_cleanup(&closedir_req); in TEST_IMPL()
147 memset(&closedir_req, 0xdb, sizeof(closedir_req)); in TEST_IMPL()
276 ASSERT(req == &closedir_req); in non_empty_closedir_cb()
293 &closedir_req, in non_empty_readdir_cb()
[all …]