Home
last modified time | relevance | path

Searched refs:php_readdir_r (Results 1 – 6 of 6) sorted by relevance

/PHP-7.1/main/
H A Dphp_reentrancy.h55 #define php_readdir_r readdir_r macro
57 PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry,
H A Dphp_scandir.c77 while (!php_readdir_r(dirp, (struct dirent *)entry, &dp) && dp) { in php_scandir()
H A Dreentrancy.c128 PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry, in php_readdir_r() function
/PHP-7.1/win32/
H A Dreaddir.h19 #define php_readdir_r readdir_r macro
/PHP-7.1/ext/session/
H A Dmod_files.c315 while (php_readdir_r(dir, (struct dirent *) dentry, &entry) == 0 && entry) { in ps_files_cleanup_dir()
/PHP-7.1/main/streams/
H A Dplain_wrapper.c908 if (php_readdir_r(dir, (struct dirent *)entry, &result) == 0 && result) { in php_plain_files_dirstream_read()

Completed in 16 milliseconds