Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_log.c112 ngx_uint_t wrote_stderr, debug_connection; in ngx_log_error_core() local
159 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()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_accept.c475 cidr = ecf->debug_connection.elts;
476 for (i = 0; i < ecf->debug_connection.nelts; i++) {
H A Dngx_event.c1193 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()
H A Dngx_event.h504 ngx_array_t debug_connection; member
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru2487 *) Добавление: директива debug_connection теперь поддерживает
4308 *) Исправление: при использовании директивы debug_connection в рабочем
6624 *) Добавление: директива debug_connection поддерживает запись адресов в
H A DCHANGES2437 *) Feature: the "debug_connection" directive now supports IPv6 addresses
4226 "debug_connection" directive was used; the bug had appeared in
6494 *) Feature: the "debug_connection" directive supports the CIDR address
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim176 syn keyword ngxDirective contained debug_connection