Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs-readdir.c31 static uv_dirent_t dirents[1];
32 static uv_dirent_t symlink_dirents[2];
H A Dtest-fs.c606 uv_dirent_t dent; in scandir_cb()
625 uv_dirent_t dent; in empty_scandir_cb()
637 uv_dirent_t dent; in non_existent_scandir_cb()
1155 uv_dirent_t dent; in TEST_IMPL()
2362 uv_dirent_t dent; in test_symlink_dir_impl()
2519 uv_dirent_t dent; in TEST_IMPL()
2622 uv_dirent_t dirent; in TEST_IMPL()
2946 uv_dirent_t dent; in TEST_IMPL()
2983 uv_dirent_t dent; in TEST_IMPL()
3038 uv_dirent_t d; in TEST_IMPL()
[all …]
/libuv/docs/src/
H A Dfs.rst153 .. c:type:: uv_dirent_t
163 } uv_dirent_t;
170 `uv_dirent_t`s used to hold results. `nentries` is the user provided maximum
176 uv_dirent_t* dirents;
311 :c:type:`uv_dirent_t` elements used to hold the read directory entries and
331 .. c:function:: int uv_fs_scandir_next(uv_fs_t* req, uv_dirent_t* ent)
/libuv/src/
H A Duv-common.c711 int uv_fs_scandir_next(uv_fs_t* req, uv_dirent_t* ent) { in uv_fs_scandir_next()
786 uv_dirent_t* dirents; in uv__fs_readdir_cleanup()
/libuv/include/
H A Duv.h254 typedef struct uv_dirent_s uv_dirent_t; typedef
1423 uv_dirent_t* dirents;
1525 uv_dirent_t* ent);
/libuv/docs/src/guide/
H A Dbasics.rst183 typedef struct uv_dirent_s uv_dirent_t;
H A Dfilesystem.rst138 int uv_fs_scandir_next(uv_fs_t* req, uv_dirent_t* ent);
/libuv/src/unix/
H A Dfs.c627 uv_dirent_t* dirent; in uv__fs_readdir()
/libuv/src/win/
H A Dfs.c1617 uv_dirent_t* dirents; in fs__readdir()
/libuv/
H A DChangeLog4274 * doc: add a note about uv_dirent_t.type (Saúl Ibarra Corretgé)

Completed in 48 milliseconds