Home
last modified time | relevance | path

Searched refs:dirent (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/main/
H A Dphp_scandir.c47 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b) in php_alphasort()
54 …name, struct dirent **namelist[], int (*selector) (const struct dirent *entry), int (*compare) (co… in php_scandir()
57 struct dirent **vector = NULL; in php_scandir()
60 struct dirent *dp; in php_scandir()
72 struct dirent *newdp = NULL; in php_scandir()
79 struct dirent **newv; in php_scandir()
86 newv = (struct dirent **) realloc (vector, vector_size * sizeof (struct dirent *)); in php_scandir()
93 dsize = sizeof (struct dirent) + ((strlen(dp->d_name) + 1) * sizeof(char)); in php_scandir()
94 newdp = (struct dirent *) malloc(dsize); in php_scandir()
100 vector[nfiles++] = (struct dirent *) memcpy(newdp, dp, dsize); in php_scandir()
[all …]
H A Dphp_scandir.h39 …name, struct dirent **namelist[], int (*selector) (const struct dirent *entry), int (*compare) (co…
45 PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b);
H A Dphp_streams.h363 #define php_stream_readdir(dirstream, dirent) _php_stream_readdir((dirstream), (dirent)) argument
H A Dphp_ini.c656 struct dirent **namelist; in php_init_config()
/PHP-7.4/win32/
H A Dreaddir.h19 struct dirent { struct
33 struct dirent dent; /* the dirent to return */ argument
39 struct dirent *readdir(DIR *);
H A Dglob.h66 struct dirent *(*gl_readdir)(void *);
H A Dreaddir.c98 struct dirent *readdir(DIR *dp) in readdir()
H A Dglob.c620 register struct dirent *dp;
630 struct dirent *(*readdirfunc)();
/PHP-7.4/ext/session/
H A Dmod_files.c287 struct dirent *entry; in ps_files_cleanup_dir()
/PHP-7.4/main/streams/
H A Dplain_wrapper.c968 struct dirent *result; in php_plain_files_dirstream_read()
/PHP-7.4/
H A DREADME.REDIST.BINS588 zip_dirent.c -- read directory entry (local or central), clean dirent
H A Dconfigure.ac419 dirent.h \
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch48 -#include <dirent.h>
463 - struct dirent *d;

Completed in 48 milliseconds