Lines Matching defs:lock
1104 "was a problem opening the lock database "
1111 /* notify lock system that we have created/replaced a resource */
1120 "was a problem updating its lock "
1219 ** If any resources fail the lock/If: conditions, then we must fail
1364 /* open lock database, to report on supported lock properties */
1368 "The lock database could not be opened, "
1369 "preventing the reporting of supported lock "
1699 * Three cases: resource is null (3), is lock-null (7.4), or exists.
1701 * All cases support OPTIONS, and if there is a lock provider, LOCK.
1735 /* resource is lock-null. */
2107 "The lock database could not be opened, "
2108 "preventing access to the various lock "
2114 /* if we have a lock database, then we can walk locknull resources */
2588 "was a problem opening the lock database "
2595 /* notify lock system that we have created/replaced a resource */
2604 "was a problem updating its lock "
2881 * Remember the initial state of the destination, so the lock system
3000 /* notify lock system that we have created/replaced a resource */
3009 "was a problem updating the lock "
3034 dav_lock *lock;
3085 &lock)) != NULL) {
3091 lock->auth_user = apr_pstrdup(r->pool, r->user);
3107 | (new_lock_request ? lock->scope : 0)
3125 * ### at once. First harvest all the positive lock-tokens given in
3126 * ### the If header. Then modify the lock entries for this resource
3133 "The lock refresh for %s failed "
3134 "because no lock tokens were "
3144 &lock)) != NULL) {
3149 /* New lock request */
3157 if (lock->timeout != DAV_TIMEOUT_INFINITE
3158 && lock->timeout < time(NULL) + conf->locktimeout)
3159 lock->timeout = time(NULL) + conf->locktimeout;
3161 err = dav_add_lock(r, resource, lockdb, lock, &multi_response);
3169 lock->locktoken),
3181 if (lock == NULL)
3188 dav_lock_get_activelock(r, lock, NULL));
3246 "invalid lock token was specified "
3283 * resource has to be the root of an infinte lock. Thus, an UNLOCK
3284 * on any part of an infinte lock will remove the lock on all resources.
3286 * For us, if r->filename represents an indirect lock (part of an infinity lock),
3287 * we must actually perform an UNLOCK on the direct lock for this resource.
3443 /* if the resource is lockable, let lock system know of new resource */
3452 "was a problem opening the lock database "
3459 /* notify lock system that we have created/replaced a resource */
3468 "was a problem updating its lock "
3595 /* ### do lock checks, once behavior is defined */
3670 /* ### do lock checks, once behavior is defined */
3747 /* ### do lock checks, once behavior is defined */
4396 /* ### do lock checks, once behavior is defined */
4650 * ### we lock down this hierarchy so that we are the ultimate