Searched refs:ngx_glob_t (Results 1 – 3 of 3) sorted by relevance
46 } ngx_glob_t; typedef286 ngx_int_t ngx_open_glob(ngx_glob_t *gl);288 ngx_int_t ngx_read_glob(ngx_glob_t *gl, ngx_str_t *name);289 void ngx_close_glob(ngx_glob_t *gl);
705 ngx_open_glob(ngx_glob_t *gl) in ngx_open_glob()728 ngx_read_glob(ngx_glob_t *gl, ngx_str_t *name) in ngx_read_glob()752 ngx_close_glob(ngx_glob_t *gl) in ngx_close_glob()
826 ngx_glob_t gl; in ngx_conf_include()844 ngx_memzero(&gl, sizeof(ngx_glob_t)); in ngx_conf_include()