Searched refs:core_module (Results 1 – 2 of 2) sorted by relevance
162 ngx_core_module_t *core_module; in ngx_add_module() local263 core_module = module->ctx; in ngx_add_module()265 if (core_module->create_conf) { in ngx_add_module()266 rv = core_module->create_conf(cf->cycle); in ngx_add_module()
24 label = "integrator:core_module";