Searched refs:glob_t (Results 1 – 8 of 8) sorted by relevance
/php-src/win32/ |
H A D | glob.h | 70 } glob_t; typedef 99 PHPAPI int glob(const char *, int, int (*)(const char *, int), glob_t *); 100 PHPAPI void globfree(glob_t *);
|
H A D | glob.c | 141 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-src/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 324 glob_t globbuf; 328 memset(&globbuf, 0, sizeof(glob_t));
|
/php-src/ext/standard/ |
H A D | dir.c | 354 glob_t globbuf; in PHP_FUNCTION() 395 memset(&globbuf, 0, sizeof(glob_t)); in PHP_FUNCTION()
|
/php-src/main/streams/ |
H A D | glob_wrapper.c | 37 glob_t glob;
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 1391 glob_t g; in fpm_conf_ini_parser_include()
|
/php-src/ext/zip/ |
H A D | php_zip.c | 624 glob_t globbuf; in php_zip_glob()
|
/php-src/ext/ffi/ |
H A D | ffi.c | 5322 glob_t globbuf; 5326 memset(&globbuf, 0, sizeof(glob_t));
|
Completed in 44 milliseconds