inactive           43 core/ngx_open_file_cache.c ngx_open_file_cache_init(ngx_pool_t *pool, ngx_uint_t max, time_t inactive)
inactive           60 core/ngx_open_file_cache.c     cache->inactive = inactive;
inactive          748 core/ngx_open_file_cache.c         if (n++ != 0 && now - file->accessed <= cache->inactive) {
inactive           86 core/ngx_open_file_cache.h     time_t                   inactive;
inactive          112 core/ngx_open_file_cache.h     ngx_uint_t max, time_t inactive);
inactive         1230 http/modules/ngx_http_log_module.c     time_t       inactive, valid;
inactive         1242 http/modules/ngx_http_log_module.c     inactive = 10;
inactive         1263 http/modules/ngx_http_log_module.c             inactive = ngx_parse_time(&s, 1);
inactive         1264 http/modules/ngx_http_log_module.c             if (inactive < 0) {
inactive         1319 http/modules/ngx_http_log_module.c     llcf->open_file_cache = ngx_open_file_cache_init(cf->pool, max, inactive);
inactive          118 http/ngx_http_cache.h     time_t                           inactive;
inactive         4203 http/ngx_http_core_module.c     time_t       inactive;
inactive         4215 http/ngx_http_core_module.c     inactive = 60;
inactive         4234 http/ngx_http_core_module.c             inactive = ngx_parse_time(&s, 1);
inactive         4235 http/ngx_http_core_module.c             if (inactive < 0) {
inactive         4267 http/ngx_http_core_module.c     clcf->open_file_cache = ngx_open_file_cache_init(cf->pool, max, inactive);
inactive          601 http/ngx_http_file_cache.c     fcn->expire = ngx_time() + cache->inactive;
inactive         1458 http/ngx_http_file_cache.c     fcn->expire = ngx_time() + cache->inactive;
inactive         1514 http/ngx_http_file_cache.c     time_t                  inactive;
inactive         1530 http/ngx_http_file_cache.c     inactive = 600;
inactive         1619 http/ngx_http_file_cache.c             inactive = ngx_parse_time(&s, 1);
inactive         1620 http/ngx_http_file_cache.c             if (inactive < 0) {
inactive         1679 http/ngx_http_file_cache.c     cache->inactive = inactive;