ngx_conf_open_file  323 core/ngx_conf_file.h ngx_open_file_t *ngx_conf_open_file(ngx_cycle_t *cycle, ngx_str_t *name);
ngx_conf_open_file  342 core/ngx_cycle.c         cycle->new_log.file = ngx_conf_open_file(cycle, &error_log);
ngx_conf_open_file  360 core/ngx_log.c     log->file = ngx_conf_open_file(cycle, name);
ngx_conf_open_file  441 core/ngx_log.c     cf->cycle->new_log.file = ngx_conf_open_file(cf->cycle, &name);
ngx_conf_open_file  831 http/modules/ngx_http_log_module.c     log->file = ngx_conf_open_file(cf->cycle, &ngx_http_access_log);
ngx_conf_open_file  896 http/modules/ngx_http_log_module.c         log->file = ngx_conf_open_file(cf->cycle, &value[1]);