Searched defs:pglob (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/main/streams/ |
H A D | glob_wrapper.c | 51 glob_s_t *pglob = (glob_s_t *)stream->abstract; in _php_glob_stream_get_path() local 69 glob_s_t *pglob = (glob_s_t *)stream->abstract; in _php_glob_stream_get_pattern() local 85 static inline int php_glob_stream_get_result_count(glob_s_t *pglob) in php_glob_stream_get_result_count() 92 glob_s_t *pglob = (glob_s_t *)stream->abstract; in _php_glob_stream_get_count() local 108 static void php_glob_stream_path_split(glob_s_t *pglob, const char *path, int get_path, const char … in php_glob_stream_path_split() 138 glob_s_t *pglob = (glob_s_t *)stream->abstract; in php_glob_stream_read() local 168 glob_s_t *pglob = (glob_s_t *)stream->abstract; in php_glob_stream_close() local 190 glob_s_t *pglob = (glob_s_t *)stream->abstract; in php_glob_stream_rewind() local 217 glob_s_t *pglob; in php_glob_stream_opener() local
|
/PHP-8.2/win32/ |
H A D | glob.c | 214 static int globexp1(const Char *pattern,glob_t *pglob) in globexp1() 236 static int globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, int *rv) in globexp2() 416 static int glob0( const Char *pattern, glob_t *pglob) in glob0() 508 glob1(pattern, pattern_last, pglob, limitp) in glob1() argument 529 Char *pattern_last, glob_t *pglob, size_t *limitp) in glob2() 588 Char *restpattern, Char *restpattern_last, glob_t *pglob, size_t *limitp) in glob3() 676 static int globextend(const Char *path, glob_t *pglob, size_t *limitp) in globextend() 777 PHPAPI void globfree(glob_t *pglob) in globfree() 792 static DIR * g_opendir(Char *str, glob_t *pglob) in g_opendir() 809 static int g_lstat(Char *fn, zend_stat_t *sb, glob_t *pglob) in g_lstat() [all …]
|
Completed in 14 milliseconds