dlcf               48 http/modules/ngx_http_dav_module.c     ngx_http_dav_loc_conf_t *dlcf);
dlcf              147 http/modules/ngx_http_dav_module.c     ngx_http_dav_loc_conf_t  *dlcf;
dlcf              149 http/modules/ngx_http_dav_module.c     dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module);
dlcf              151 http/modules/ngx_http_dav_module.c     if (!(r->method & dlcf->methods)) {
dlcf              185 http/modules/ngx_http_dav_module.c         return ngx_http_dav_mkcol_handler(r, dlcf);
dlcf              209 http/modules/ngx_http_dav_module.c     ngx_http_dav_loc_conf_t  *dlcf;
dlcf              241 http/modules/ngx_http_dav_module.c     dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module);
dlcf              243 http/modules/ngx_http_dav_module.c     ext.access = dlcf->access;
dlcf              244 http/modules/ngx_http_dav_module.c     ext.path_access = dlcf->access;
dlcf              246 http/modules/ngx_http_dav_module.c     ext.create_path = dlcf->create_full_put_path;
dlcf              291 http/modules/ngx_http_dav_module.c     ngx_http_dav_loc_conf_t  *dlcf;
dlcf              299 http/modules/ngx_http_dav_module.c     dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module);
dlcf              301 http/modules/ngx_http_dav_module.c     if (dlcf->min_delete_depth) {
dlcf              306 http/modules/ngx_http_dav_module.c                 if (++d >= dlcf->min_delete_depth && i < r->uri.len) {
dlcf              468 http/modules/ngx_http_dav_module.c ngx_http_dav_mkcol_handler(ngx_http_request_t *r, ngx_http_dav_loc_conf_t *dlcf)
dlcf              494 http/modules/ngx_http_dav_module.c     if (ngx_create_dir(path.data, ngx_dir_access(dlcf->access))
dlcf              524 http/modules/ngx_http_dav_module.c     ngx_http_dav_loc_conf_t  *dlcf;
dlcf              797 http/modules/ngx_http_dav_module.c             dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module);
dlcf              800 http/modules/ngx_http_dav_module.c             ext.path_access = dlcf->access;
dlcf              813 http/modules/ngx_http_dav_module.c         dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module);
dlcf              817 http/modules/ngx_http_dav_module.c         cf.access = dlcf->access;
dlcf               92 http/modules/ngx_http_degradation_module.c     ngx_http_degradation_loc_conf_t  *dlcf;
dlcf               94 http/modules/ngx_http_degradation_module.c     dlcf = ngx_http_get_module_loc_conf(r, ngx_http_degradation_module);
dlcf               96 http/modules/ngx_http_degradation_module.c     if (dlcf->degrade && ngx_http_degraded(r)) {
dlcf               97 http/modules/ngx_http_degradation_module.c         return dlcf->degrade;