Lines Matching defs:paths

110   /* Revision that we current track.  If DEPTH is 0, paths are exist in
188 /* no tree changes -> paths are the same as in the previous rev. */
627 /* The relpath which implicitly prepends all full paths coming into
638 /* The fs revision root, so we can read the contents of paths. */
665 /* Structure allows us to verify the paths currently being dumped.
687 /* hash of paths that need to be deleted, though some -might- be
688 replaced. maps const char * paths to this dir_baton. (they're
689 full paths, because that's what the editor driver gives us. but
737 /* Remove leading slashes from copyfrom paths. */
782 /* paths pertaining to the revision currently being processed must
825 /* paths pertaining to the revision currently being processed must
919 apr_hash_t *paths;
922 /* Compare two sets of denormalized paths from mergeinfo entries,
930 if (apr_hash_get(fb->paths, key, klen))
931 apr_hash_set(fb->paths, key, klen, NULL);
946 /* Hash iterator that verifies normalization and collision of paths in
984 previous property value, which may be NULL. Only the paths that
1025 filter_baton.paths = added_paths;
1144 /* Remove leading slashes from copyfrom paths. */
1375 mergeinfo and warn about denormalized paths and name
1624 /* Sort entries lexically instead of as paths. Even though the entries
1625 * are full paths they're all in the same directory (see comment in struct
1887 Else, make sure that all paths exists at their respective revisions.
2155 For paths actually changed in the revision we verify, we get directory
2157 We could create a new verify baton, store in it the changed paths, and