Home
last modified time | relevance | path

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

/PHP-7.1/win32/
H A Dglob.h71 } glob_t; typedef
100 PHPAPI int glob(const char *, int, int (*)(const char *, int), glob_t *);
101 PHPAPI void globfree(glob_t *);
H A Dglob.c166 glob_t *pglob;
223 glob_t *pglob;
248 glob_t *pglob;
360 glob_t *pglob;
437 glob_t *pglob;
532 glob_t *pglob;
555 glob_t *pglob;
619 glob_t *pglob;
711 glob_t *pglob;
817 glob_t *pglob; in globfree()
[all …]
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_blacklist.c315 glob_t globbuf;
319 memset(&globbuf, 0, sizeof(glob_t));
/PHP-7.1/ext/standard/
H A Ddir.c441 glob_t globbuf; in PHP_FUNCTION()
479 memset(&globbuf, 0, sizeof(glob_t)); in PHP_FUNCTION()
/PHP-7.1/main/streams/
H A Dglob_wrapper.c41 glob_t glob;
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_conf.c1256 glob_t g; in fpm_conf_ini_parser_include()
/PHP-7.1/ext/zip/
H A Dphp_zip.c501 glob_t globbuf; in php_zip_glob()

Completed in 41 milliseconds