Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_log.c423 log = &cycle->new_log;
563 new_log = *head;
568 if (new_log == NULL) {
573 *head = new_log;
635 cln->data = new_log;
639 new_log->wdata = buf;
671 if (*head != new_log) {
692 *log = *new_log;
693 *new_log = tmp;
695 log->next = new_log;
[all …]
H A Dngx_cycle.h44 ngx_log_t new_log; member
H A Dngx_cycle.c400 cycle->log = &cycle->new_log; in ngx_init_cycle()
401 pool->log = &cycle->new_log; in ngx_init_cycle()
H A Dngx_resolver.c192 r->event->log = &cf->cycle->new_log; in ngx_resolver_create()
201 r->log = &cf->cycle->new_log; in ngx_resolver_create()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_core_module.c216 conf->error_log = &cf->cycle->new_log; in ngx_mail_core_merge_srv_conf()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_core_module.c477 conf->error_log = &cf->cycle->new_log; in ngx_stream_core_merge_srv_conf()
H A Dngx_stream_log_module.c1249 buffer->event->log = &cf->cycle->new_log; in ngx_stream_log_set_log()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_log_module.c1520 buffer->event->log = &cf->cycle->new_log; in ngx_http_log_set_log()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3609 conf->error_log = &cf->cycle->new_log; in ngx_http_core_merge_loc_conf()