Home
last modified time | relevance | path

Searched refs:ngx_conf_open_file (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_log.c428 log->file = ngx_conf_open_file(cycle, &error_log);
583 new_log->file = ngx_conf_open_file(cf->cycle, &name);
661 new_log->file = ngx_conf_open_file(cf->cycle, &value[1]);
H A Dngx_conf_file.h275 ngx_open_file_t *ngx_conf_open_file(ngx_cycle_t *cycle, ngx_str_t *name);
H A Dngx_conf_file.c898 ngx_conf_open_file(ngx_cycle_t *cycle, ngx_str_t *name) in ngx_conf_open_file() function
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_log_module.c1221 log->file = ngx_conf_open_file(cf->cycle, &ngx_http_access_log); in ngx_http_log_merge_loc_conf()
1304 log->file = ngx_conf_open_file(cf->cycle, &value[1]); in ngx_http_log_set_log()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_log_module.c1036 log->file = ngx_conf_open_file(cf->cycle, &value[1]); in ngx_stream_log_set_log()