Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_log_module.c211 ngx_stream_log_srv_conf_t *lscf; in ngx_stream_log_handler() local
218 if (lscf->off || lscf->logs == NULL) { in ngx_stream_log_handler()
222 log = lscf->logs->elts; in ngx_stream_log_handler()
426 ngx_stream_log_srv_conf_t *lscf; in ngx_stream_log_script_write() local
990 lscf->off = 1; in ngx_stream_log_set_log()
1000 if (lscf->logs == NULL) { in ngx_stream_log_set_log()
1002 if (lscf->logs == NULL) { in ngx_stream_log_set_log()
1009 log = ngx_array_push(lscf->logs); in ngx_stream_log_set_log()
1543 lscf->open_file_cache = NULL; in ngx_stream_log_open_file_cache()
1556 if (lscf->open_file_cache == NULL) { in ngx_stream_log_open_file_cache()
[all …]