Home
last modified time | relevance | path

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

/PHP-8.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.c141 static int g_lstat(Char *, zend_stat_t *, glob_t *);
142 static DIR *g_opendir(Char *, glob_t *);
144 static int g_stat(Char *, zend_stat_t *, glob_t *);
145 static int glob0(const Char *, glob_t *);
146 static int glob1(Char *, Char *, glob_t *, size_t *);
148 glob_t *, size_t *);
150 Char *, Char *, glob_t *, size_t *);
153 static int globexp1(const Char *, glob_t *);
510 glob_t *pglob;
777 PHPAPI void globfree(glob_t *pglob) in globfree()
[all …]
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_blacklist.c324 glob_t globbuf;
328 memset(&globbuf, 0, sizeof(glob_t));
/PHP-8.3/ext/standard/
H A Ddir.c410 glob_t globbuf; in PHP_FUNCTION()
451 memset(&globbuf, 0, sizeof(glob_t)); in PHP_FUNCTION()
/PHP-8.3/main/streams/
H A Dglob_wrapper.c37 glob_t glob;
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_conf.c1391 glob_t g; in fpm_conf_ini_parser_include()
/PHP-8.3/ext/zip/
H A Dphp_zip.c625 glob_t globbuf; in php_zip_glob()
/PHP-8.3/ext/ffi/
H A Dffi.c5279 glob_t globbuf;
5283 memset(&globbuf, 0, sizeof(glob_t));

Completed in 54 milliseconds