Home
last modified time | relevance | path

Searched refs:modules_n (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_module.c59 cycle->modules_n = ngx_modules_n; in ngx_cycle_modules()
164 if (cf->cycle->modules_n >= ngx_max_module) { in ngx_add_module()
211 before = cf->cycle->modules_n; in ngx_add_module()
245 if (before != cf->cycle->modules_n) { in ngx_add_module()
248 (cf->cycle->modules_n - before) * sizeof(ngx_module_t *)); in ngx_add_module()
252 cf->cycle->modules_n++; in ngx_add_module()
H A Dngx_cycle.h53 ngx_uint_t modules_n; member