Lines Matching defs:direct
139 * Stored direct lock info - full lock_discovery length:
430 * direct and indirect lock lists about path into the lock database.
431 * If direct and indirect == NULL, the key is removed.
435 dav_lock_discovery *direct,
442 dav_lock_discovery *dp = direct;
480 dp = direct;
543 * creates linked lists of the direct and indirect locks.
546 * head of the direct and indirect lists supplied.
554 dav_lock_discovery **direct,
567 *direct = NULL;
627 dp->next = *direct;
628 *direct = dp;
683 return dav_generic_save_lock_record(lockdb, key, *direct, *indirect);
689 /* resolve <indirect>, returning <*direct> */
692 dav_lock_discovery **direct,
713 *direct = dir;
725 "An indirect lock's direct lock could not "
812 /* copy all direct locks to the result list */
1126 /* ### we should be refreshing direct AND (resolved) indirect locks! */
1128 /* refresh all of the direct locks on this resource */
1155 /* for each indirect lock, find its direct lock and refresh it. */
1179 /* save the (resolved) direct lock back */