Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h203 #define ngx_set_connection_log(c, l) \ macro
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_handler.c141 ngx_set_connection_log(c, cscf->error_log); in ngx_stream_init_connection()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_handler.c139 ngx_set_connection_log(c, cscf->error_log); in ngx_mail_init_connection()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c520 ngx_set_connection_log(c, clcf->error_log); in ngx_http_create_request()
928 ngx_set_connection_log(c, clcf->error_log); in ngx_http_ssl_servername()
2227 ngx_set_connection_log(r->connection, clcf->error_log); in ngx_http_set_virtual_server()
H A Dngx_http_core_module.c1234 ngx_set_connection_log(r->connection, clcf->error_log); in ngx_http_update_location_config()