Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs-readdir.c62 ASSERT(req->fs_type == UV_FS_READDIR); in empty_readdir_cb()
286 ASSERT(req->fs_type == UV_FS_READDIR); in non_empty_readdir_cb()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs.c2870 else if (req->fs_type == UV_FS_READDIR) in uv_fs_req_cleanup()
3092 INIT(UV_FS_READDIR); in uv_fs_readdir()
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1316 UV_FS_READDIR, enumerator
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dfs.rst101 UV_FS_READDIR,
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dfs.c2212 if (req->fs_type == UV_FS_READDIR && req->ptr != NULL) in uv_fs_req_cleanup()