Searched refs:uv_fs_readdir (Results 1 – 8 of 8) sorted by relevance
/libuv/test/ |
H A D | test-fs-readdir.c | 85 r = uv_fs_readdir(uv_default_loop(), in empty_opendir_cb() 130 nb_entries_read = uv_fs_readdir(uv_default_loop(), in TEST_IMPL() 316 uv_fs_readdir(uv_default_loop(), in non_empty_readdir_cb() 336 r = uv_fs_readdir(uv_default_loop(), in non_empty_opendir_cb() 412 while (uv_fs_readdir(uv_default_loop(), in TEST_IMPL() 502 r = uv_fs_readdir(uv_default_loop(), in readdir_symlink_opendir_cb()
|
/libuv/docs/src/ |
H A D | migration_010_100.rst | 234 uv_fs_readdir rename and API change 237 `uv_fs_readdir` returned a list of strings in the `req->ptr` field upon completion in
|
H A D | fs.rst | 168 Used by :c:func:`uv_fs_opendir()`, :c:func:`uv_fs_readdir()`, and 295 `uv_dir_t` to `uv_fs_readdir()`. 306 .. c:function:: int uv_fs_readdir(uv_loop_t* loop, uv_fs_t* req, uv_dir_t* dir, uv_fs_cb cb) 309 `uv_fs_opendir()` call. Prior to invoking `uv_fs_readdir()`, the caller 320 `uv_fs_readdir()` is not thread safe.
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 140 int uv_fs_readdir(uv_loop_t* loop, uv_fs_t* req, uv_dir_t* dir, uv_fs_cb cb);
|
/libuv/include/ |
H A D | uv.h | 1530 UV_EXTERN int uv_fs_readdir(uv_loop_t* loop,
|
/libuv/src/unix/ |
H A D | fs.c | 2088 int uv_fs_readdir(uv_loop_t* loop, in uv_fs_readdir() function
|
/libuv/src/win/ |
H A D | fs.c | 3219 int uv_fs_readdir(uv_loop_t* loop, in uv_fs_readdir() function
|
/libuv/ |
H A D | ChangeLog | 1953 * doc: improve uv_fs_readdir() cleanup docs (cjihrig) 4818 * fs: rename uv_fs_readdir to uv_fs_scandir (Saúl Ibarra Corretgé) 5396 * unix: fix a possible memory leak in uv_fs_readdir (Alex Crichton) 5708 * windows: fix flags assignment in uv_fs_readdir() (Ben Noordhuis)
|
Completed in 38 milliseconds