Lines Matching defs:depth
117 apr_snprintf(tmp, sizeof(tmp), "<D:depth>%s</D:depth>" DEBUG_CR,
118 lock->depth == DAV_INFINITY ? "infinity" : "0");
195 lock->depth = dav_get_depth(r, DAV_INFINITY);
196 if (lock->depth == -1) {
293 ** all children, bounded by depth.
302 int depth = lock->depth;
312 ** 2518 9.2 says to ignore depth if target is not a collection (it has
313 ** no internal children); pretend the client gave the correct depth.
316 depth = 0;
332 if (depth > 0) {
358 "addition of a depth lock.");
542 * the root of a depth > 0 lock, or locktoken is null.
635 ** (2) Create indirect locks for the depth infinity, direct locks
640 ** depth "infinity".
647 && scan->depth != DAV_INFINITY) {
749 int depth)
772 if (depth > 0 &&
780 /* ### should pass depth to dav_inherit_locks so that it can
781 ** ### optimize for the depth==0 case.