Searched defs:dav_get_depth (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/dav/main/
H A Dmod_dav.c646 DAV_DECLARE(int) dav_get_depth(request_rec *r, int def_depth) function
1202 depth = dav_get_depth(r, DAV_INFINITY);
2037 if ((depth = dav_get_depth(r, DAV_INFINITY)) < 0) {
2038 /* dav_get_depth() supplies additional information for the
2745 if ((depth = dav_get_depth(r, DAV_INFINITY)) < 0) {
2746 /* dav_get_depth() supplies additional information for the
3047 depth = dav_get_depth(r, DAV_INFINITY);
3784 if ((depth = dav_get_depth(r, 0)) < 0) {
3785 /* dav_get_depth() supplies additional information for the
4000 if ((depth = dav_get_depth(
[all...]

Completed in 31 milliseconds