Lines Matching defs:parent
999 ** Don't issue this response if we're talking about the parent resource.
1002 ** UNLOCK method, the parent is checked only for locknull resources,
1003 ** and the parent certainly does not have the (locknull's) locktoken)
1486 ** The check of parent should be done when it is necessary to verify that
1487 ** the parent collection will accept a new member (ie current resource
1629 /* (2) Validate the parent resource if requested */
1637 "Cannot access parent of repository root.");
1646 ** This error occurred on the parent resource. This implies that
1657 "A validation error has occurred on the parent resource, "
1914 /* check parent resource if requested or if resource must be created */
1916 dav_resource *parent;
1919 &parent)) != NULL)
1922 if (parent == NULL || !parent->exists) {
1931 av_info->parent_resource = parent;
1933 /* if parent versioned and not checked out, see if it can be */
1934 if (parent->versioned && !parent->working) {
1937 if ((err = dav_can_auto_checkout(r, parent,
1938 (*vsn_hooks->auto_versionable)(parent),
1946 "<DAV:cannot-modify-checked-in-parent>");
1950 /* Try to checkout the parent collection.
1954 if ((err = (*vsn_hooks->checkout)(parent, 1 /*auto_checkout*/,
1960 "Unable to auto-checkout parent collection. "
1967 /* remember that parent was checked out */
1972 /* if only checking parent, we're done */
2093 "of parent collection %s.",
2125 /* If parent resource was checked out, and auto-checkin is enabled,
2141 "Unable to auto-checkin parent collection %s.",