Lines Matching refs:uv_fs_scandir_next
611 while (UV_EOF != uv_fs_scandir_next(req, &dent)) {
630 ASSERT_EQ(UV_EOF, uv_fs_scandir_next(req, &dent));
642 ASSERT_EQ(UV_ENOENT, uv_fs_scandir_next(req, &dent));
1155 while (UV_EOF != uv_fs_scandir_next(&scandir_req, &dent)) {
2422 while (UV_EOF != uv_fs_scandir_next(&scandir_req, &dent)) {
2442 while (UV_EOF != uv_fs_scandir_next(&scandir_req, &dent)) {
2549 while (UV_EOF != uv_fs_scandir_next(&scandir_req, &dent)) {
2602 while (uv_fs_scandir_next(&req, &dirent) != UV_EOF) {
2917 ASSERT_EQ(UV_EOF, uv_fs_scandir_next(&req, &dent));
2954 ASSERT_EQ(UV_ENOENT, uv_fs_scandir_next(&req, &dent));
2997 ASSERT_NE(UV_EOF, uv_fs_scandir_next(&req, &d));
3001 ASSERT_NE(UV_EOF, uv_fs_scandir_next(&req, &d));
4626 while (UV_EOF != uv_fs_scandir_next(&scandir_req, &dent)) {