Searched refs:dav_unlock (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/dav/main/ |
H A D | util_lock.c | 284 ** ### do a dav_unlock() (e.g. a rollback) if any errors occurred. 488 ** dav_unlock: Removes all direct and indirect locks for r->filename, 497 DAV_DECLARE(int) dav_unlock(request_rec *r, const dav_resource *resource, function
|
H A D | mod_dav.h | 1266 DAV_DECLARE(int) dav_unlock(request_rec *r,
|
H A D | mod_dav.c | 1242 if ((result = dav_unlock(r, resource, NULL)) != OK) { 2865 (void)dav_unlock(r, resource, NULL); 3289 if ((result = dav_unlock(r, resource, locktoken)) != OK) {
|
Completed in 1840 milliseconds