degrade            18 http/modules/ngx_http_degradation_module.c     ngx_uint_t  degrade;
degrade            51 http/modules/ngx_http_degradation_module.c       offsetof(ngx_http_degradation_loc_conf_t, degrade),
degrade            96 http/modules/ngx_http_degradation_module.c     if (dlcf->degrade && ngx_http_degraded(r)) {
degrade            97 http/modules/ngx_http_degradation_module.c         return dlcf->degrade;
degrade           177 http/modules/ngx_http_degradation_module.c     conf->degrade = NGX_CONF_UNSET_UINT;
degrade           189 http/modules/ngx_http_degradation_module.c     ngx_conf_merge_uint_value(conf->degrade, prev->degrade, 0);