Home
last modified time | relevance | path

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

/PHP-5.6/main/streams/
H A Dglob_wrapper.c102 return pglob->glob.gl_pathc; in _php_glob_stream_get_count()
148 if (pglob->index < (size_t)pglob->glob.gl_pathc) { in php_glob_stream_read()
153 pglob->index = pglob->glob.gl_pathc; in php_glob_stream_read()
254 if (pglob->glob.gl_pathc) { in php_glob_stream_opener()
/PHP-5.6/win32/
H A Dglob.h52 int gl_pathc; /* Count of total paths so far. */ member
H A Dglob.c187 pglob->gl_pathc = 0;
451 oldpathc = pglob->gl_pathc;
515 if (pglob->gl_pathc == oldpathc) {
525 pglob->gl_pathc - oldpathc, sizeof(char *), compare);
726 newsize = sizeof(*pathv) * (2 + pglob->gl_pathc + pglob->gl_offs);
754 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
756 pathv[pglob->gl_offs + pglob->gl_pathc] = NULL;
830 for (i = pglob->gl_pathc; i--; ++pp)
/PHP-5.6/ext/opcache/
H A Dzend_accelerator_blacklist.c342 if (ret == GLOB_NOMATCH || !globbuf.gl_pathc) {
344 if (!globbuf.gl_pathc) {
348 for(i=0 ; i<globbuf.gl_pathc; i++) {
/PHP-5.6/ext/standard/
H A Ddir.c492 if (!globbuf.gl_pathc || !globbuf.gl_pathv) { in PHP_FUNCTION()
511 for (n = 0; n < globbuf.gl_pathc; n++) { in PHP_FUNCTION()
/PHP-5.6/ext/zip/
H A Dphp_zip.c590 if (!globbuf.gl_pathc || !globbuf.gl_pathv) { in php_zip_glob()
603 for (n = 0; n < globbuf.gl_pathc; n++) { in php_zip_glob()
627 return globbuf.gl_pathc; in php_zip_glob()
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_conf.c1282 for (i = 0; i < g.gl_pathc; i++) { in fpm_conf_ini_parser_include()

Completed in 33 milliseconds