llcf              372 http/modules/ngx_http_log_module.c     ngx_http_log_loc_conf_t   *llcf;
llcf              435 http/modules/ngx_http_log_module.c     llcf = ngx_http_get_module_loc_conf(r, ngx_http_log_module);
llcf              440 http/modules/ngx_http_log_module.c     of.valid = llcf->open_file_cache_valid;
llcf              441 http/modules/ngx_http_log_module.c     of.min_uses = llcf->open_file_cache_min_uses;
llcf              444 http/modules/ngx_http_log_module.c     if (ngx_open_cached_file(llcf->open_file_cache, &log, &of, r->pool)
llcf              854 http/modules/ngx_http_log_module.c     ngx_http_log_loc_conf_t *llcf = conf;
llcf              867 http/modules/ngx_http_log_module.c         llcf->off = 1;
llcf              877 http/modules/ngx_http_log_module.c     if (llcf->logs == NULL) {
llcf              878 http/modules/ngx_http_log_module.c         llcf->logs = ngx_array_create(cf->pool, 2, sizeof(ngx_http_log_t));
llcf              879 http/modules/ngx_http_log_module.c         if (llcf->logs == NULL) {
llcf              886 http/modules/ngx_http_log_module.c     log = ngx_array_push(llcf->logs);
llcf             1228 http/modules/ngx_http_log_module.c     ngx_http_log_loc_conf_t *llcf = conf;
llcf             1235 http/modules/ngx_http_log_module.c     if (llcf->open_file_cache != NGX_CONF_UNSET_PTR) {
llcf             1296 http/modules/ngx_http_log_module.c             llcf->open_file_cache = NULL;
llcf             1309 http/modules/ngx_http_log_module.c     if (llcf->open_file_cache == NULL) {
llcf             1319 http/modules/ngx_http_log_module.c     llcf->open_file_cache = ngx_open_file_cache_init(cf->pool, max, inactive);
llcf             1321 http/modules/ngx_http_log_module.c     if (llcf->open_file_cache) {
llcf             1323 http/modules/ngx_http_log_module.c         llcf->open_file_cache_valid = valid;
llcf             1324 http/modules/ngx_http_log_module.c         llcf->open_file_cache_min_uses = min_uses;