Searched refs:debug_connection (Results 1 – 7 of 7) sorted by relevance
112 ngx_uint_t wrote_stderr, debug_connection; in ngx_log_error_core() local159 debug_connection = (log->log_level & NGX_LOG_DEBUG_CONNECTION) != 0; in ngx_log_error_core()163 if (log->log_level < level && !debug_connection) { in ngx_log_error_core()
475 cidr = ecf->debug_connection.elts;476 for (i = 0; i < ecf->debug_connection.nelts; i++) {
1193 cidr = ngx_array_push(&ecf->debug_connection); in ngx_event_debug_connection()1213 cidr = ngx_array_push(&ecf->debug_connection); in ngx_event_debug_connection()1236 cidr = ngx_array_push_n(&ecf->debug_connection, u.naddrs); in ngx_event_debug_connection()1295 if (ngx_array_init(&ecf->debug_connection, cycle->pool, 4, in ngx_event_core_create_conf()
504 ngx_array_t debug_connection; member
2487 *) Добавление: директива debug_connection теперь поддерживает4308 *) Исправление: при использовании директивы debug_connection в рабочем6624 *) Добавление: директива debug_connection поддерживает запись адресов в
2437 *) Feature: the "debug_connection" directive now supports IPv6 addresses4226 "debug_connection" directive was used; the bug had appeared in6494 *) Feature: the "debug_connection" directive supports the CIDR address
176 syn keyword ngxDirective contained debug_connection