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

/httpd/modules/dav/main/
H A Dutil_lock.c52 /* If no locks or no lock provider, there are no locks */
259 /* dav_lock_walker: Walker callback function to record indirect locks */
292 ** dav_add_lock: Add a direct lock for resource, and indirect locks for
322 ** Append the new (direct) lock to the resource's existing locks.
333 /* Walk existing collection and set indirect locks */
367 ** dav_lock structures for all direct locks on path.
371 dav_lock **locks)
375 *locks = NULL;
382 locks);
369 dav_lock_query(dav_lockdb *lockdb, const dav_resource *resource, dav_lock **locks) argument
594 dav_lock *locks; local
[all...]
H A Dprops.c353 dav_lock *locks; local
356 &locks)) != NULL) {
360 "the locks for this resource.",
364 /* fast-path the no-locks case */
365 if (locks == NULL) {
373 value = dav_lock_get_activelock(propdb->r, locks,
H A Dmod_dav.h215 #define DAV_ERR_LOCK_SAVE_LOCK 405 /* err saving locks */
604 const dav_hooks_locks *locks; member in struct:__anon123
1206 ** This structure is used for both direct and indirect locks. A direct lock
1211 ** mod_dav records both types of locks in the lock database, managing their
1220 ** construct a list of partial locks.
1252 struct dav_lock *next; /* for managing a list of locks */
1257 dav_lock *locks,
1281 dav_lock **locks);
1352 * The provider may or may not use a "real" database for locks
1396 ** Get the locks associate
[all...]
/httpd/modules/dav/lock/
H A Dlocks.c34 #include "locks.h"
122 /* Indirect locks represent locks inherited from containing collections.
230 /* internal function for creating locks */
450 "readonly, but an attempt to save locks was "
543 * creates linked lists of the direct and indirect locks.
578 * locks for this resource. Just exit.
677 /* Clean up this record if we found expired locks */
680 * ### timed-out locks from the response, but don't save that info back
786 dav_lock **locks)
783 dav_generic_get_locks(dav_lockdb *lockdb, const dav_resource *resource, int calltype, dav_lock **locks) argument
1103 dav_generic_refresh_locks(dav_lockdb *lockdb, const dav_resource *resource, const dav_locktoken_list *ltl, time_t new_time, dav_lock **locks) argument
[all...]
/httpd/modules/dav/fs/
H A Dlock.c133 /* Indirect locks represent locks inherited from containing collections.
215 /* internal function for creating locks */
429 "readonly, but an attempt to save locks was "
513 ** creates linked lists of the direct and indirect locks.
547 ** locks for this resource. Just exit.
651 /* Clean up this record if we found expired locks */
654 ** ### timed-out locks from the response, but don't save that info back
994 dav_lock **locks)
1020 /* copy all direct locks t
991 dav_fs_get_locks(dav_lockdb *lockdb, const dav_resource *resource, int calltype, dav_lock **locks) argument
1335 dav_fs_refresh_locks(dav_lockdb *lockdb, const dav_resource *resource, const dav_locktoken_list *ltl, time_t new_time, dav_lock **locks) argument
[all...]
H A Drepos.c1673 dav_lock *locks = NULL; local
1716 ### info, causing a timeout and the locks would not be
1720 ### alternative: just load unresolved locks. any direct
1721 ### locks will be timed out (correct). any indirect will
1728 &locks)) != NULL) {
1734 if (locks != NULL &&

Completed in 484 milliseconds