open_file_cache   112 http/modules/ngx_http_flv_module.c     if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool)
open_file_cache   132 http/modules/ngx_http_gzip_static_module.c     if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool)
open_file_cache   212 http/modules/ngx_http_index_module.c         if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool)
open_file_cache   299 http/modules/ngx_http_index_module.c     if (ngx_open_cached_file(clcf->open_file_cache, &dir, &of, r->pool)
open_file_cache    60 http/modules/ngx_http_log_module.c     ngx_open_file_cache_t      *open_file_cache;
open_file_cache   397 http/modules/ngx_http_log_module.c         if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool)
open_file_cache   444 http/modules/ngx_http_log_module.c     if (ngx_open_cached_file(llcf->open_file_cache, &log, &of, r->pool)
open_file_cache   783 http/modules/ngx_http_log_module.c     conf->open_file_cache = NGX_CONF_UNSET_PTR;
open_file_cache   799 http/modules/ngx_http_log_module.c     if (conf->open_file_cache == NGX_CONF_UNSET_PTR) {
open_file_cache   801 http/modules/ngx_http_log_module.c         conf->open_file_cache = prev->open_file_cache;
open_file_cache   805 http/modules/ngx_http_log_module.c         if (conf->open_file_cache == NGX_CONF_UNSET_PTR) {
open_file_cache   806 http/modules/ngx_http_log_module.c             conf->open_file_cache = NULL;
open_file_cache  1235 http/modules/ngx_http_log_module.c     if (llcf->open_file_cache != NGX_CONF_UNSET_PTR) {
open_file_cache  1296 http/modules/ngx_http_log_module.c             llcf->open_file_cache = NULL;
open_file_cache  1309 http/modules/ngx_http_log_module.c     if (llcf->open_file_cache == NULL) {
open_file_cache  1319 http/modules/ngx_http_log_module.c     llcf->open_file_cache = ngx_open_file_cache_init(cf->pool, max, inactive);
open_file_cache  1321 http/modules/ngx_http_log_module.c     if (llcf->open_file_cache) {
open_file_cache    97 http/modules/ngx_http_static_module.c     if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool)
open_file_cache   658 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, open_file_cache),
open_file_cache  1273 http/ngx_http_core_module.c         if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool)
open_file_cache  3136 http/ngx_http_core_module.c     clcf->open_file_cache = NGX_CONF_UNSET_PTR;
open_file_cache  3384 http/ngx_http_core_module.c     ngx_conf_merge_ptr_value(conf->open_file_cache,
open_file_cache  3385 http/ngx_http_core_module.c                               prev->open_file_cache, NULL);
open_file_cache  4208 http/ngx_http_core_module.c     if (clcf->open_file_cache != NGX_CONF_UNSET_PTR) {
open_file_cache  4244 http/ngx_http_core_module.c             clcf->open_file_cache = NULL;
open_file_cache  4257 http/ngx_http_core_module.c     if (clcf->open_file_cache == NULL) {
open_file_cache  4267 http/ngx_http_core_module.c     clcf->open_file_cache = ngx_open_file_cache_init(cf->pool, max, inactive);
open_file_cache  4268 http/ngx_http_core_module.c     if (clcf->open_file_cache) {
open_file_cache   398 http/ngx_http_core_module.h     ngx_open_file_cache_t  *open_file_cache;
open_file_cache   326 http/ngx_http_file_cache.c     if (ngx_open_cached_file(clcf->open_file_cache, &c->file.name, &of, r->pool)
open_file_cache  1506 http/ngx_http_script.c     if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool)