OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv_fs_scandir_next
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-fs.c
624
while (UV_EOF !=
uv_fs_scandir_next
(req, &dent)) {
643
ASSERT_EQ(UV_EOF,
uv_fs_scandir_next
(req, &dent));
655
ASSERT_EQ(UV_ENOENT,
uv_fs_scandir_next
(req, &dent));
1239
while (UV_EOF !=
uv_fs_scandir_next
(&scandir_req, &dent)) {
2550
while (UV_EOF !=
uv_fs_scandir_next
(&scandir_req, &dent)) {
2570
while (UV_EOF !=
uv_fs_scandir_next
(&scandir_req, &dent)) {
2677
while (UV_EOF !=
uv_fs_scandir_next
(&scandir_req, &dent)) {
2730
while (
uv_fs_scandir_next
(&req, &dirent) != UV_EOF) {
3143
ASSERT_EQ(UV_EOF,
uv_fs_scandir_next
(&req, &dent));
3180
ASSERT_EQ(UV_ENOENT,
uv_fs_scandir_next
(&req, &dent))
[
all
...]
/src/external/mit/libuv/dist/src/
uv-common.c
733
int
uv_fs_scandir_next
(uv_fs_t* req, uv_dirent_t* ent) {
function
/src/external/mit/libuv/dist/include/
uv.h
1537
UV_EXTERN int
uv_fs_scandir_next
(uv_fs_t* req,
Completed in 16 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026