Home
last modified time | relevance | path

Searched refs:lmcf (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_log_module.c1185 ngx_http_log_main_conf_t *lmcf; in ngx_http_log_merge_loc_conf() local
1227 fmt = lmcf->formats.elts; in ngx_http_log_merge_loc_conf()
1231 lmcf->combined_used = 1; in ngx_http_log_merge_loc_conf()
1340 lmcf->combined_used = 1; in ngx_http_log_set_log()
1345 lmcf->combined_used = 1; in ngx_http_log_set_log()
1348 fmt = lmcf->formats.elts; in ngx_http_log_set_log()
1547 fmt = lmcf->formats.elts; in ngx_http_log_set_format()
1559 fmt = ngx_array_push(&lmcf->formats); in ngx_http_log_set_format()
1874 ngx_http_log_main_conf_t *lmcf; in ngx_http_log_init() local
1879 if (lmcf->combined_used) { in ngx_http_log_init()
[all …]
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_log_module.c984 ngx_stream_log_main_conf_t *lmcf; in ngx_stream_log_set_log() local
1007 lmcf = ngx_stream_conf_get_module_main_conf(cf, ngx_stream_log_module); in ngx_stream_log_set_log()
1077 fmt = lmcf->formats.elts; in ngx_stream_log_set_log()
1078 for (i = 0; i < lmcf->formats.nelts; i++) { in ngx_stream_log_set_log()
1268 ngx_stream_log_main_conf_t *lmcf = conf; in ngx_stream_log_set_format() local
1276 fmt = lmcf->formats.elts; in ngx_stream_log_set_format()
1277 for (i = 0; i < lmcf->formats.nelts; i++) { in ngx_stream_log_set_format()
1288 fmt = ngx_array_push(&lmcf->formats); in ngx_stream_log_set_format()