Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c59 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