Searched refs:modules_n (Results 1 – 2 of 2) sorted by relevance
59 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()
53 ngx_uint_t modules_n; member