Home
last modified time | relevance | path

Searched refs:ngx_open_cached_file (Results 1 – 13 of 13) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.h125 ngx_int_t ngx_open_cached_file(ngx_open_file_cache_t *cache, ngx_str_t *name,
H A Dngx_open_file_cache.c144 ngx_open_cached_file(ngx_open_file_cache_t *cache, ngx_str_t *name, in ngx_open_cached_file() function
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_index_module.c217 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool) in ngx_http_index_handler()
316 if (ngx_open_cached_file(clcf->open_file_cache, &dir, &of, r->pool) in ngx_http_index_test_dir()
H A Dngx_http_flv_module.c117 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool) in ngx_http_flv_handler()
H A Dngx_http_static_module.c102 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool) in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c156 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool) in ngx_http_gzip_static_handler()
H A Dngx_http_try_files_module.c230 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool) in ngx_http_try_files_handler()
H A Dngx_http_log_module.c509 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool) in ngx_http_log_script_write()
561 if (ngx_open_cached_file(llcf->open_file_cache, &log, &of, r->pool) in ngx_http_log_script_write()
H A Dngx_http_mp4_module.c482 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool) in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs722 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool)
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_log_module.c451 if (ngx_open_cached_file(lscf->open_file_cache, &log, &of, in ngx_stream_log_script_write()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c1544 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool) in ngx_http_script_file_code()
H A Dngx_http_file_cache.c357 if (ngx_open_cached_file(clcf->open_file_cache, &c->file.name, &of, r->pool) in ngx_http_file_cache_open()