Home
last modified time | relevance | path

Searched refs:NGX_LOG_EMERG (Results 1 – 25 of 92) sorted by relevance

1234

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_daemon.c19 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "fork() failed"); in ngx_daemon()
33 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "setsid() failed"); in ngx_daemon()
41 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, in ngx_daemon()
47 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "dup2(STDIN) failed"); in ngx_daemon()
52 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "dup2(STDOUT) failed"); in ngx_daemon()
58 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "dup2(STDERR) failed"); in ngx_daemon()
65 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "close() failed"); in ngx_daemon()
H A Dngx_thread_cond.c22 ngx_log_error(NGX_LOG_EMERG, log, err, "pthread_cond_init() failed"); in ngx_thread_cond_create()
37 ngx_log_error(NGX_LOG_EMERG, log, err, "pthread_cond_destroy() failed"); in ngx_thread_cond_destroy()
52 ngx_log_error(NGX_LOG_EMERG, log, err, "pthread_cond_signal() failed"); in ngx_thread_cond_signal()
H A Dngx_thread_mutex.c85 ngx_log_error(NGX_LOG_EMERG, log, err, in ngx_thread_mutex_create()
92 ngx_log_error(NGX_LOG_EMERG, log, err, in ngx_thread_mutex_create()
100 ngx_log_error(NGX_LOG_EMERG, log, err, in ngx_thread_mutex_create()
H A Dngx_alloc.c24 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, in ngx_alloc()
60 ngx_log_error(NGX_LOG_EMERG, log, err, in ngx_memalign()
80 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, in ngx_memalign()
H A Dngx_posix_init.c125 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "pipe() failed");
130 ngx_log_error(NGX_LOG_EMERG, log, errno, "dup2(STDERR) failed");
136 ngx_log_error(NGX_LOG_EMERG, log, errno, "close() failed");
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_syslog.c52 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_syslog_process_conf()
115 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_syslog_parse_args()
128 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_syslog_parse_args()
141 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_syslog_parse_args()
154 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_syslog_parse_args()
161 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_syslog_parse_args()
174 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_syslog_parse_args()
181 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_syslog_parse_args()
191 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_syslog_parse_args()
200 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_syslog_parse_args()
[all …]
H A Dngx_conf_file.c272 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_conf_parse()
283 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_conf_parse()
473 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_conf_handler()
481 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_conf_handler()
487 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_conf_handler()
494 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_conf_handler()
1049 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_conf_set_flag_slot()
1381 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_conf_set_enum_slot()
1423 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_conf_set_bitmask_slot()
1470 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_conf_check_num_bounds()
[all …]
H A Dngx_cycle.c384 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, in ngx_init_cycle()
392 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, in ngx_init_cycle()
421 ngx_log_error(NGX_LOG_EMERG, log, 0, in ngx_init_cycle()
751 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, in ngx_init_cycle()
771 ngx_log_error(NGX_LOG_EMERG, cycle->log, 0, in ngx_init_cycle()
840 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, in ngx_init_cycle()
971 ngx_log_error(NGX_LOG_EMERG, cycle->log, 0, in ngx_init_zone_pool()
1030 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, in ngx_create_pidfile()
1133 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, in ngx_test_lockfile()
1310 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_shared_memory_add()
[all …]
H A Dngx_connection.c550 ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno, in ngx_open_listening_sockets()
559 ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno, in ngx_open_listening_sockets()
564 ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno, in ngx_open_listening_sockets()
585 ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno, in ngx_open_listening_sockets()
604 ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno, in ngx_open_listening_sockets()
631 ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno, in ngx_open_listening_sockets()
641 ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno, in ngx_open_listening_sockets()
662 ngx_log_error(NGX_LOG_EMERG, log, err, in ngx_open_listening_sockets()
667 ngx_log_error(NGX_LOG_EMERG, log, ngx_socket_errno, in ngx_open_listening_sockets()
721 ngx_log_error(NGX_LOG_EMERG, log, err, in ngx_open_listening_sockets()
[all …]
H A Dngx_module.c165 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_add_module()
171 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_add_module()
178 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_add_module()
186 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_add_module()
201 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_add_module()
H A Dnginx.c519 ngx_log_error(NGX_LOG_EMERG, cycle->log, 0, in ngx_add_inherited_sockets()
1177 ngx_log_error(NGX_LOG_EMERG, cycle->log, 0, in ngx_core_module_init_conf()
1247 ngx_conf_log_error(NGX_LOG_EMERG, cf, ngx_errno, in ngx_set_user()
1259 ngx_conf_log_error(NGX_LOG_EMERG, cf, ngx_errno, in ngx_set_user()
1370 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_set_cpu_affinity()
1392 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_set_cpu_affinity()
1422 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_set_cpu_affinity()
1553 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_load_module()
1564 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_load_module()
1572 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_load_module()
[all …]
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_core_module.c206 ngx_log_error(NGX_LOG_EMERG, cf->log, 0, in ngx_mail_core_merge_srv_conf()
302 ngx_log_error(NGX_LOG_EMERG, cf->log, 0, in ngx_mail_core_server()
335 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_mail_core_listen()
394 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_mail_core_listen()
410 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_mail_core_listen()
452 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_mail_core_listen()
473 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_mail_core_listen()
563 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_mail_core_listen()
570 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_mail_core_listen()
594 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_mail_core_listen()
[all …]
H A Dngx_mail_ssl_module.c341 ngx_log_error(NGX_LOG_EMERG, cf->log, 0, in ngx_mail_ssl_merge_conf()
349 ngx_log_error(NGX_LOG_EMERG, cf->log, 0, in ngx_mail_ssl_merge_conf()
357 ngx_log_error(NGX_LOG_EMERG, cf->log, 0, in ngx_mail_ssl_merge_conf()
390 ngx_log_error(NGX_LOG_EMERG, cf->log, 0, in ngx_mail_ssl_merge_conf()
482 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_mail_ssl_enable()
510 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_mail_ssl_starttls()
623 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_mail_ssl_session_cache()
652 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_mail_ssl_session_cache()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_core_module.c467 ngx_log_error(NGX_LOG_EMERG, cf->log, 0, in ngx_stream_core_merge_srv_conf()
582 ngx_log_error(NGX_LOG_EMERG, cf->log, 0, in ngx_stream_core_server()
614 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_core_listen()
662 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_core_listen()
680 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_core_listen()
722 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_core_listen()
734 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_core_listen()
756 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_core_listen()
846 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_core_listen()
858 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_core_listen()
[all …]
H A Dngx_stream_limit_conn_module.c380 ngx_log_error(NGX_LOG_EMERG, shm_zone->shm.log, 0, in ngx_stream_limit_conn_init_zone()
508 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_limit_conn_zone()
521 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_limit_conn_zone()
527 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_limit_conn_zone()
535 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_limit_conn_zone()
541 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_limit_conn_zone()
556 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_limit_conn_zone()
607 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_limit_conn()
613 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_limit_conn()
H A Dngx_stream_upstream.c392 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_upstream()
523 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_upstream_server()
531 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_upstream_server()
548 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_upstream_server()
555 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_upstream_server()
575 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_upstream_add()
599 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_upstream_add()
605 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_upstream_add()
612 ngx_log_error(NGX_LOG_EMERG, cf->log, 0, in ngx_stream_upstream_add()
H A Dngx_stream_geoip_module.c641 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_geoip_country()
652 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_geoip_country()
672 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_geoip_country()
696 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_geoip_org()
707 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_geoip_org()
733 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_geoip_org()
757 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_geoip_city()
768 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_geoip_city()
790 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_geoip_city()
H A Dngx_stream_log_module.c995 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_log_set_log()
1072 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_log_set_log()
1088 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_log_set_log()
1156 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_log_set_log()
1185 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_log_set_log()
1191 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_log_set_log()
1200 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_log_set_log()
1206 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_log_set_log()
1281 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_log_set_format()
1550 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_stream_log_open_file_cache()
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_limit_conn_module.c401 ngx_log_error(NGX_LOG_EMERG, shm_zone->shm.log, 0, in ngx_http_limit_conn_init_zone()
532 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_conn_zone()
545 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_conn_zone()
551 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_conn_zone()
559 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_conn_zone()
565 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_conn_zone()
580 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_conn_zone()
631 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_conn()
637 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_conn()
H A Dngx_http_limit_req_module.c786 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_req_zone()
799 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_req_zone()
805 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_req_zone()
829 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_req_zone()
837 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_req_zone()
843 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_req_zone()
860 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_req_zone()
910 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_req()
922 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_req()
935 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_limit_req()
[all …]
H A Dngx_http_geoip_module.c692 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_geoip_country()
703 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_geoip_country()
723 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_geoip_country()
747 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_geoip_org()
758 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_geoip_org()
784 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_geoip_org()
808 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_geoip_city()
819 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_geoip_city()
841 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_geoip_city()
896 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "invalid network \"%V\"", net); in ngx_http_geoip_cidr_value()
H A Dngx_http_rewrite_module.c377 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_rewrite()
473 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_rewrite_return()
481 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_rewrite_return()
658 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_rewrite_if_condition()
673 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_rewrite_if_condition()
692 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_rewrite_if_condition()
779 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_rewrite_if_condition()
787 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_rewrite_if_condition()
849 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_rewrite_if_condition()
854 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_rewrite_if_condition()
[all …]
H A Dngx_http_referer_module.c380 ngx_log_error(NGX_LOG_EMERG, cf->log, 0, in ngx_http_referer_merge_conf()
498 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_valid_referers()
571 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_add_referer()
576 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_add_referer()
594 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "empty regex in \"%V\"", name); in ngx_http_add_regex_referer()
622 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "%V", &rc.err); in ngx_http_add_regex_referer()
633 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_add_regex_referer()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3091 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_core_regex_location()
3329 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_core_merge_srv_conf()
4121 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_core_listen()
4230 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_core_server_name()
4260 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_core_root()
4269 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_core_root()
4281 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_core_root()
4292 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_core_root()
4395 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_core_limit_except()
4491 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, in ngx_http_core_set_aio()
[all …]
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.c263 ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0, in ngx_ssl_create()
269 ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0, in ngx_ssl_create()
435 ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0, in ngx_ssl_certificate()
462 ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0, in ngx_ssl_certificate()
481 ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0, in ngx_ssl_certificate()
523 ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0, in ngx_ssl_certificate()
846 ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0, in ngx_ssl_ciphers()
886 ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0, in ngx_ssl_client_certificate()
902 ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0, in ngx_ssl_client_certificate()
937 ngx_ssl_error(NGX_LOG_EMERG, ssl->log, 0, in ngx_ssl_trusted_certificate()
[all …]

1234