Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c47 ngx_http_dav_loc_conf_t *dlcf);
146 ngx_http_dav_loc_conf_t *dlcf; in ngx_http_dav_handler() local
150 if (!(r->method & dlcf->methods)) { in ngx_http_dav_handler()
214 ngx_http_dav_loc_conf_t *dlcf; in ngx_http_dav_put_handler() local
265 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() local
323 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 …]
H A Dngx_http_degradation_module.c93 ngx_http_degradation_loc_conf_t *dlcf; in ngx_http_degradation_handler() local
95 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()