Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_config.h26 ngx_int_t (*postconfiguration)(ngx_conf_t *cf); member
H A Dngx_http.c307 if (module->postconfiguration) { in ngx_http_block()
308 if (module->postconfiguration(cf) != NGX_OK) { in ngx_http_block()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.h238 ngx_int_t (*postconfiguration)(ngx_conf_t *cf); member
H A Dngx_stream.c237 if (module->postconfiguration) { in ngx_stream_block()
238 if (module->postconfiguration(cf) != NGX_OK) { in ngx_stream_block()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru6496 фазы init module в фазу HTTP postconfiguration.
H A DCHANGES6370 from the init module phase to the HTTP postconfiguration phase.