Searched refs:ecf (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event.c | 506 ngx_event_conf_t *ecf; in ngx_event_module_init() local 658 ngx_event_conf_t *ecf; in ngx_event_process_init() local 1086 ngx_event_conf_t *ecf = conf; in ngx_event_connections() local 1112 ngx_event_conf_t *ecf = conf; in ngx_event_use() local 1176 ngx_event_conf_t *ecf = conf; in ngx_event_debug_connection() local 1279 ngx_event_conf_t *ecf; in ngx_event_core_create_conf() local 1282 if (ecf == NULL) { in ngx_event_core_create_conf() 1287 ecf->use = NGX_CONF_UNSET_UINT; in ngx_event_core_create_conf() 1288 ecf->multi_accept = NGX_CONF_UNSET; in ngx_event_core_create_conf() 1303 return ecf; in ngx_event_core_create_conf() [all …]
|
| H A D | ngx_event_accept.c | 29 ngx_event_conf_t *ecf; local 42 ecf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_event_core_module); 45 ev->available = ecf->multi_accept; 125 ngx_add_timer(ev, ecf->accept_mutex_delay); 288 ngx_debug_accepted_connection(ecf, c); 465 ngx_debug_accepted_connection(ngx_event_conf_t *ecf, ngx_connection_t *c) argument 475 cidr = ecf->debug_connection.elts; 476 for (i = 0; i < ecf->debug_connection.nelts; i++) {
|
| H A D | ngx_event_udp.c | 45 ngx_event_conf_t *ecf; in ngx_event_recvmsg() local 71 ecf = ngx_event_get_conf(ngx_cycle->conf_ctx, ngx_event_core_module); in ngx_event_recvmsg() 74 ev->available = ecf->multi_accept; in ngx_event_recvmsg() 391 ngx_debug_accepted_connection(ecf, c); in ngx_event_recvmsg()
|
| H A D | ngx_event.h | 569 void ngx_debug_accepted_connection(ngx_event_conf_t *ecf, ngx_connection_t *c);
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_poll_module.c | 406 ngx_event_conf_t *ecf; in ngx_poll_init_conf() local 408 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_poll_init_conf() 410 if (ecf->use != ngx_poll_module.ctx_index) { in ngx_poll_init_conf()
|
| H A D | ngx_select_module.c | 413 ngx_event_conf_t *ecf; in ngx_select_init_conf() local 415 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_select_init_conf() 417 if (ecf->use != ngx_select_module.ctx_index) { in ngx_select_init_conf()
|
| H A D | ngx_win32_select_module.c | 398 ngx_event_conf_t *ecf; in ngx_select_init_conf() local 400 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_select_init_conf() 402 if (ecf->use != ngx_select_module.ctx_index) { in ngx_select_init_conf()
|
| H A D | ngx_win32_poll_module.c | 416 ngx_event_conf_t *ecf; in ngx_poll_init_conf() local 418 ecf = ngx_event_get_conf(cycle->conf_ctx, ngx_event_core_module); in ngx_poll_init_conf() 420 if (ecf->use != ngx_poll_module.ctx_index) { in ngx_poll_init_conf()
|