Searched refs:dlcf (Results 1 – 2 of 2) sorted by relevance
47 ngx_http_dav_loc_conf_t *dlcf);146 ngx_http_dav_loc_conf_t *dlcf; in ngx_http_dav_handler() local150 if (!(r->method & dlcf->methods)) { in ngx_http_dav_handler()214 ngx_http_dav_loc_conf_t *dlcf; in ngx_http_dav_put_handler() local265 ext.access = dlcf->access; in ngx_http_dav_put_handler()266 ext.path_access = dlcf->access; in ngx_http_dav_put_handler()268 ext.create_path = dlcf->create_full_put_path; in ngx_http_dav_put_handler()313 ngx_http_dav_loc_conf_t *dlcf; in ngx_http_dav_delete_handler() local323 if (dlcf->min_delete_depth) { in ngx_http_dav_delete_handler()551 ngx_http_dav_loc_conf_t *dlcf; in ngx_http_dav_copy_move_handler() local[all …]
93 ngx_http_degradation_loc_conf_t *dlcf; in ngx_http_degradation_handler() local95 dlcf = ngx_http_get_module_loc_conf(r, ngx_http_degradation_module); in ngx_http_degradation_handler()97 if (dlcf->degrade && ngx_http_degraded(r)) { in ngx_http_degradation_handler()98 return dlcf->degrade; in ngx_http_degradation_handler()