Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_module.c17 static ngx_uint_t ngx_module_ctx_index(ngx_cycle_t *cycle, ngx_uint_t type,
117 module->ctx_index = ngx_module_ctx_index(cycle, type, next); in ngx_count_modules()
319 ngx_module_ctx_index(ngx_cycle_t *cycle, ngx_uint_t type, ngx_uint_t index) in ngx_module_ctx_index() function