Searched refs:php_readdir_r (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/main/ |
H A D | php_reentrancy.h | 55 #define php_readdir_r readdir_r macro 57 PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry,
|
H A D | php_scandir.c | 77 while (!php_readdir_r(dirp, (struct dirent *)entry, &dp) && dp) { in php_scandir()
|
H A D | reentrancy.c | 128 PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry, in php_readdir_r() function
|
/PHP-7.0/win32/ |
H A D | readdir.h | 20 #define php_readdir_r readdir_r macro
|
/PHP-7.0/ext/session/ |
H A D | mod_files.c | 315 while (php_readdir_r(dir, (struct dirent *) dentry, &entry) == 0 && entry) { in ps_files_cleanup_dir()
|
/PHP-7.0/main/streams/ |
H A D | plain_wrapper.c | 902 if (php_readdir_r(dir, (struct dirent *)entry, &result) == 0 && result) { in php_plain_files_dirstream_read()
|
Completed in 22 milliseconds