Home
last modified time | relevance | path

Searched refs:ngx_stat_active (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_stub_status_module.c131 ac = *ngx_stat_active; in ngx_http_stub_status_handler()
177 value = *ngx_stat_active; in ngx_http_stub_status_variable()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_accept.c153 (void) ngx_atomic_fetch_add(ngx_stat_active, 1);
449 (void) ngx_atomic_fetch_add(ngx_stat_active, -1);
H A Dngx_event_udp.c292 (void) ngx_atomic_fetch_add(ngx_stat_active, 1); in ngx_event_recvmsg()
438 (void) ngx_atomic_fetch_add(ngx_stat_active, -1); in ngx_close_accepted_udp_connection()
H A Dngx_event.h535 extern ngx_atomic_t *ngx_stat_active;
H A Dngx_event.c76 ngx_atomic_t *ngx_stat_active = &ngx_stat_active0; variable
615 ngx_stat_active = (ngx_atomic_t *) (shared + 6 * cl); in ngx_event_module_init()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_handler.c348 (void) ngx_atomic_fetch_add(ngx_stat_active, -1); in ngx_stream_close_connection()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_handler.c825 (void) ngx_atomic_fetch_add(ngx_stat_active, -1); in ngx_mail_close_connection()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c3699 (void) ngx_atomic_fetch_add(ngx_stat_active, -1); in ngx_http_close_connection()