Lines Matching defs:target
624 /* did the target resource already exist? */
696 * If label_allowed != 0, then allow the request target to be altered by
710 /* if the request target can be overridden, get any target selector */
2796 * use depth==infinity since the target (hierarchy) will be deleted
2799 * Note that we are overwriting the target, which implies a DELETE, so
2997 /* propagate any indirect locks at the target */
3305 const char *target = NULL;
3355 &target, &tsize);
3370 if (!resource->exists && target == NULL) {
3377 if (target != NULL) {
3421 if ((err = (*vsn_hooks->vsn_control)(resource, target)) != NULL) {
3774 const char *target;
3829 /* get the target value (a label or a version URI) */
3831 &target, &tsize);
3859 /* if target is a version, resolve the version resource */
3862 lookup = dav_lookup_uri(target, r, 0 /* must_be_absolute */);
3888 /* NULL out target, since we're using a version resource */
3889 target = NULL;
3893 err = (*vsn_hooks->update)(resource, version, target, depth, &multi_response);
4394 /* ### check the source and target resources flags/types */
4537 * use depth==infinity since the target (hierarchy) will be deleted
4540 * Note that we are overwriting the target, which implies a DELETE, so
4585 /* If target exists, remove it first (we know Ovewrite must be TRUE).