| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_log_module.c | 77 ngx_open_file_cache_t *open_file_cache; member 451 if (ngx_open_cached_file(lscf->open_file_cache, &log, &of, in ngx_stream_log_script_write() 935 conf->open_file_cache = NGX_CONF_UNSET_PTR; in ngx_stream_log_create_srv_conf() 947 if (conf->open_file_cache == NGX_CONF_UNSET_PTR) { in ngx_stream_log_merge_srv_conf() 949 conf->open_file_cache = prev->open_file_cache; in ngx_stream_log_merge_srv_conf() 953 if (conf->open_file_cache == NGX_CONF_UNSET_PTR) { in ngx_stream_log_merge_srv_conf() 954 conf->open_file_cache = NULL; in ngx_stream_log_merge_srv_conf() 1482 if (lscf->open_file_cache != NGX_CONF_UNSET_PTR) { in ngx_stream_log_open_file_cache() 1543 lscf->open_file_cache = NULL; in ngx_stream_log_open_file_cache() 1556 if (lscf->open_file_cache == NULL) { in ngx_stream_log_open_file_cache() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_log_module.c | 78 ngx_open_file_cache_t *open_file_cache; member 561 if (ngx_open_cached_file(llcf->open_file_cache, &log, &of, r->pool) in ngx_http_log_script_write() 1171 conf->open_file_cache = NGX_CONF_UNSET_PTR; in ngx_http_log_create_loc_conf() 1187 if (conf->open_file_cache == NGX_CONF_UNSET_PTR) { in ngx_http_log_merge_loc_conf() 1189 conf->open_file_cache = prev->open_file_cache; in ngx_http_log_merge_loc_conf() 1193 if (conf->open_file_cache == NGX_CONF_UNSET_PTR) { in ngx_http_log_merge_loc_conf() 1194 conf->open_file_cache = NULL; in ngx_http_log_merge_loc_conf() 1769 if (llcf->open_file_cache != NGX_CONF_UNSET_PTR) { in ngx_http_log_open_file_cache() 1830 llcf->open_file_cache = NULL; in ngx_http_log_open_file_cache() 1843 if (llcf->open_file_cache == NULL) { in ngx_http_log_open_file_cache() [all …]
|
| H A D | ngx_http_index_module.c | 217 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 D | ngx_http_flv_module.c | 117 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool) in ngx_http_flv_handler()
|
| H A D | ngx_http_static_module.c | 102 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool) in ngx_http_static_handler()
|
| H A D | ngx_http_gzip_static_module.c | 156 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool) in ngx_http_gzip_static_handler()
|
| H A D | ngx_http_try_files_module.c | 230 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool) in ngx_http_try_files_handler()
|
| H A D | ngx_http_mp4_module.c | 482 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/ |
| H A D | ngx_http_core_module.h | 428 ngx_open_file_cache_t *open_file_cache; member
|
| H A D | ngx_http_core_module.c | 685 offsetof(ngx_http_core_loc_conf_t, open_file_cache), 3463 clcf->open_file_cache = NGX_CONF_UNSET_PTR; in ngx_http_core_create_loc_conf() 3733 ngx_conf_merge_ptr_value(conf->open_file_cache, in ngx_http_core_merge_loc_conf() 3734 prev->open_file_cache, NULL); in ngx_http_core_merge_loc_conf() 4728 if (clcf->open_file_cache != NGX_CONF_UNSET_PTR) { in ngx_http_core_open_file_cache() 4764 clcf->open_file_cache = NULL; in ngx_http_core_open_file_cache() 4777 if (clcf->open_file_cache == NULL) { in ngx_http_core_open_file_cache() 4787 clcf->open_file_cache = ngx_open_file_cache_init(cf->pool, max, inactive); in ngx_http_core_open_file_cache() 4788 if (clcf->open_file_cache) { in ngx_http_core_open_file_cache()
|
| H A D | ngx_http_script.c | 1544 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool) in ngx_http_script_file_code()
|
| H A D | ngx_http_file_cache.c | 357 if (ngx_open_cached_file(clcf->open_file_cache, &c->file.name, &of, r->pool) in ngx_http_file_cache_open()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 2764 совместно с try_files и open_file_cache. 2963 *) Исправление: в Linux AIO, используемым совместно с open_file_cache. 2965 *) Исправление: open_file_cache не обновлял информацию о файле, если 4196 *) Исправление: во взаимодействии open_file_cache и proxy/fastcgi кэша 4199 *) Исправление: open_file_cache мог кэшировать открытые файлы очень 4888 при использовании open_file_cache. 5638 *) Добавление: директивы open_file_cache, open_file_cache_retest и
|
| H A D | CHANGES | 2710 "try_files" and "open_file_cache". 2905 *) Bugfix: in Linux AIO combined with open_file_cache. 2907 *) Bugfix: open_file_cache did not update file info on retest if file 4114 *) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on 4117 *) Bugfix: open_file_cache might cache open file descriptors too long; 4798 not work with open_file_cache. 5522 *) Feature: the "open_file_cache", "open_file_cache_retest", and
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | nginx.xs | 722 if (ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool)
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 397 syn keyword ngxDirective contained open_file_cache
|