Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_degradation_module.c15 } ngx_http_degradation_main_conf_t; typedef
112 ngx_http_degradation_main_conf_t *dmcf; in ngx_http_degraded()
157 ngx_http_degradation_main_conf_t *dmcf; in ngx_http_degradation_create_main_conf()
159 dmcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_degradation_main_conf_t)); in ngx_http_degradation_create_main_conf()
199 ngx_http_degradation_main_conf_t *dmcf = conf; in ngx_http_degradation()