Home
last modified time | relevance | path

Searched refs:ngx_count_modules (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_module.h270 ngx_int_t ngx_count_modules(ngx_cycle_t *cycle, ngx_uint_t type);
H A Dngx_module.c83 ngx_count_modules(ngx_cycle_t *cycle, ngx_uint_t type) in ngx_count_modules() function
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail.c94 ngx_mail_max_module = ngx_count_modules(cf->cycle, NGX_MAIL_MODULE); in ngx_mail_block()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.c101 ngx_stream_max_module = ngx_count_modules(cf->cycle, NGX_STREAM_MODULE); in ngx_stream_block()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.c1020 ngx_event_max_module = ngx_count_modules(cf->cycle, NGX_EVENT_MODULE); in ngx_events_block()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c147 ngx_http_max_module = ngx_count_modules(cf->cycle, NGX_HTTP_MODULE); in ngx_http_block()