Home
last modified time | relevance | path

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

/PHP-5.3/main/streams/
H A Dglob_wrapper.c102 return pglob->glob.gl_pathc; in _php_glob_stream_get_count()
148 if (pglob->index < 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.3/win32/
H A Dglob.h52 int gl_pathc; /* Count of total paths so far. */ member
H A Dglob.c180 pglob->gl_pathc = 0;
442 oldpathc = pglob->gl_pathc;
506 if (pglob->gl_pathc == oldpathc) {
516 pglob->gl_pathc - oldpathc, sizeof(char *), compare);
717 newsize = sizeof(*pathv) * (2 + pglob->gl_pathc + pglob->gl_offs);
745 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
747 pathv[pglob->gl_offs + pglob->gl_pathc] = NULL;
821 for (i = pglob->gl_pathc; i--; ++pp)
/PHP-5.3/ext/standard/
H A Ddir.c496 if (!globbuf.gl_pathc || !globbuf.gl_pathv) { in PHP_FUNCTION()
510 for (n = 0; n < globbuf.gl_pathc; n++) { in PHP_FUNCTION()
/PHP-5.3/ext/zip/
H A Dphp_zip.c589 if (!globbuf.gl_pathc || !globbuf.gl_pathv) { in php_zip_glob()
602 for (n = 0; n < globbuf.gl_pathc; n++) { in php_zip_glob()
626 return globbuf.gl_pathc; in php_zip_glob()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.c1245 for (i = 0; i < g.gl_pathc; i++) { in fpm_conf_ini_parser_include()

Completed in 57 milliseconds