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

/httpd/modules/dav/main/
H A Dutil_lock.c583 ** dav_inherit_locks: When a resource or collection is added to a collection,
588 static dav_error * dav_inherit_locks(request_rec *r, dav_lockdb *lockdb, function
760 ** locks from the parent. We do not need to call dav_inherit_locks.
773 (err = dav_inherit_locks(r, lockdb, resource, 0)) != NULL) {
780 /* ### should pass depth to dav_inherit_locks so that it can
785 if ((err = dav_inherit_locks(r, lockdb, resource, 1)) != NULL) {

Completed in 1269 milliseconds