Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_degradation_module.c112 ngx_http_degradation_main_conf_t *dmcf; in ngx_http_degraded() local
114 dmcf = ngx_http_get_module_main_conf(r, ngx_http_degradation_module); in ngx_http_degraded()
116 if (dmcf->sbrk_size) { in ngx_http_degraded()
139 if (sbrk_size >= dmcf->sbrk_size) { in ngx_http_degraded()
157 ngx_http_degradation_main_conf_t *dmcf; in ngx_http_degradation_create_main_conf() local
159 dmcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_degradation_main_conf_t)); in ngx_http_degradation_create_main_conf()
160 if (dmcf == NULL) { in ngx_http_degradation_create_main_conf()
164 return dmcf; in ngx_http_degradation_create_main_conf()
199 ngx_http_degradation_main_conf_t *dmcf = conf; in ngx_http_degradation() local
210 dmcf->sbrk_size = ngx_parse_size(&s); in ngx_http_degradation()
[all …]