Searched refs:ngx_count_modules (Results 1 – 6 of 6) sorted by relevance
270 ngx_int_t ngx_count_modules(ngx_cycle_t *cycle, ngx_uint_t type);
83 ngx_count_modules(ngx_cycle_t *cycle, ngx_uint_t type) in ngx_count_modules() function
94 ngx_mail_max_module = ngx_count_modules(cf->cycle, NGX_MAIL_MODULE); in ngx_mail_block()
101 ngx_stream_max_module = ngx_count_modules(cf->cycle, NGX_STREAM_MODULE); in ngx_stream_block()
1020 ngx_event_max_module = ngx_count_modules(cf->cycle, NGX_EVENT_MODULE); in ngx_events_block()
147 ngx_http_max_module = ngx_count_modules(cf->cycle, NGX_HTTP_MODULE); in ngx_http_block()