Searched refs:ngx_http_dav_location (Results 1 – 1 of 1) sorted by relevance
59 static ngx_int_t ngx_http_dav_location(ngx_http_request_t *r, u_char *path);288 if (ngx_http_dav_location(r, path.data) != NGX_OK) { in ngx_http_dav_put_handler()524 if (ngx_http_dav_location(r, path.data) != NGX_OK) { in ngx_http_dav_mkcol_handler()1072 ngx_http_dav_location(ngx_http_request_t *r, u_char *path) in ngx_http_dav_location() function