Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-fs.c612 while (UV_EOF != uv_fs_scandir_next(req, &dent)) { in scandir_cb()
631 ASSERT_EQ(UV_EOF, uv_fs_scandir_next(req, &dent)); in empty_scandir_cb()
643 ASSERT_EQ(UV_ENOENT, uv_fs_scandir_next(req, &dent)); in non_existent_scandir_cb()
1200 while (UV_EOF != uv_fs_scandir_next(&scandir_req, &dent)) { in TEST_IMPL()
2467 while (UV_EOF != uv_fs_scandir_next(&scandir_req, &dent)) { in test_symlink_dir_impl()
2487 while (UV_EOF != uv_fs_scandir_next(&scandir_req, &dent)) { in test_symlink_dir_impl()
2647 while (uv_fs_scandir_next(&req, &dirent) != UV_EOF) { in TEST_IMPL()
2962 ASSERT_EQ(UV_EOF, uv_fs_scandir_next(&req, &dent)); in TEST_IMPL()
2999 ASSERT_EQ(UV_ENOENT, uv_fs_scandir_next(&req, &dent)); in TEST_IMPL()
3042 ASSERT_NE(UV_EOF, uv_fs_scandir_next(&req, &d)); in TEST_IMPL()
[all …]
/libuv/docs/src/
H A Dmigration_010_100.rst242 result at a time by using the :c:func:`uv_fs_scandir_next` function. This function
H A Dfs.rst156 Used in :c:func:`uv_fs_scandir_next`.
331 .. c:function:: int uv_fs_scandir_next(uv_fs_t* req, uv_dirent_t* ent)
334 for the request is called, the user can use :c:func:`uv_fs_scandir_next` to
/libuv/src/
H A Duv-common.c733 int uv_fs_scandir_next(uv_fs_t* req, uv_dirent_t* ent) { in uv_fs_scandir_next() function
/libuv/docs/src/guide/
H A Dfilesystem.rst138 int uv_fs_scandir_next(uv_fs_t* req, uv_dirent_t* ent);
/libuv/include/
H A Duv.h1530 UV_EXTERN int uv_fs_scandir_next(uv_fs_t* req,
/libuv/
H A DChangeLog3458 * fs: fix crash in uv_fs_scandir_next (muflub)
4446 * windows: fix setting dirent types on uv_fs_scandir_next (Saúl Ibarra

Completed in 45 milliseconds