Searched refs:copy_inherit (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Ddag_cache.h87 svn_fs_x__copy_id_inherit_t copy_inherit; member in struct:svn_fs_x__dag_path_t
H A Ddag_cache.c852 dag_path->copy_inherit = svn_fs_x__copy_id_inherit_unknown;
884 dag_path->copy_inherit = svn_fs_x__copy_id_inherit_self;
941 SVN_ERR(get_copy_inheritance(&dag_path->copy_inherit,
994 svn_fs_x__copy_id_inherit_t inherit = parent_path->copy_inherit;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c476 copy_id_inherit_t copy_inherit;
623 parent_path->copy_inherit = copy_id_inherit_unknown;
684 parent_path->copy_inherit = copy_id_inherit_self;
763 parent_path->copy_inherit = inherit;
817 copy_id_inherit_t inherit = parent_path->copy_inherit;
4311 if (parent_path->copy_inherit == copy_id_inherit_self)
471 copy_id_inherit_t copy_inherit; member in struct:parent_path_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c707 copy_id_inherit_t copy_inherit;
849 parent_path->copy_inherit = copy_id_inherit_unknown;
1027 parent_path->copy_inherit = copy_id_inherit_self;
1077 parent_path->copy_inherit = copy_id_inherit_self;
1167 parent_path->copy_inherit = inherit;
1233 copy_id_inherit_t inherit = parent_path->copy_inherit;
702 copy_id_inherit_t copy_inherit; member in struct:parent_path_t

Completed in 272 milliseconds