pglob             351 os/unix/ngx_files.c     n = glob((char *) gl->pattern, GLOB_NOSORT, NULL, &gl->pglob);
pglob             375 os/unix/ngx_files.c     count = (size_t) gl->pglob.gl_pathc;
pglob             377 os/unix/ngx_files.c     count = (size_t) gl->pglob.gl_matchc;
pglob             382 os/unix/ngx_files.c         name->len = (size_t) ngx_strlen(gl->pglob.gl_pathv[gl->n]);
pglob             383 os/unix/ngx_files.c         name->data = (u_char *) gl->pglob.gl_pathv[gl->n];
pglob             396 os/unix/ngx_files.c     globfree(&gl->pglob);
pglob              41 os/unix/ngx_files.h     glob_t                       pglob;