Home
last modified time | relevance | path

Searched refs:glob_t (Results 1 – 7 of 7) sorted by relevance

/PHP-7.3/win32/
H A Dglob.h70 } glob_t; typedef
99 PHPAPI int glob(const char *, int, int (*)(const char *, int), glob_t *);
100 PHPAPI void globfree(glob_t *);
H A Dglob.c164 glob_t *pglob;
221 glob_t *pglob;
246 glob_t *pglob;
358 glob_t *pglob;
435 glob_t *pglob;
530 glob_t *pglob;
553 glob_t *pglob;
617 glob_t *pglob;
709 glob_t *pglob;
815 glob_t *pglob; in globfree()
[all …]
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_blacklist.c324 glob_t globbuf;
328 memset(&globbuf, 0, sizeof(glob_t));
/PHP-7.3/ext/standard/
H A Ddir.c433 glob_t globbuf; in PHP_FUNCTION()
473 memset(&globbuf, 0, sizeof(glob_t)); in PHP_FUNCTION()
/PHP-7.3/main/streams/
H A Dglob_wrapper.c39 glob_t glob;
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_conf.c1290 glob_t g; in fpm_conf_ini_parser_include()
/PHP-7.3/ext/zip/
H A Dphp_zip.c521 glob_t globbuf; in php_zip_glob()

Completed in 39 milliseconds