Home
last modified time | relevance | path

Searched refs:id_path (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Ddag_cache.c764 const char *id_path = NULL; in get_copy_inheritance() local
820 id_path = svn_fs_x__dag_get_created_path(child->node); in get_copy_inheritance()
821 if (strcmp(id_path, parent_path_path(child, scratch_pool)) == 0) in get_copy_inheritance()
831 *copy_src_path = id_path; in get_copy_inheritance()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c760 const char *id_path = NULL; in get_copy_inheritance() local
817 id_path = svn_fs_fs__dag_get_created_path(child->node); in get_copy_inheritance()
818 if (strcmp(id_path, parent_path_path(child, pool)) == 0) in get_copy_inheritance()
828 *copy_src_path = id_path; in get_copy_inheritance()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c532 const char *id_path = NULL; in get_copy_inheritance() local
593 id_path = svn_fs_base__dag_get_created_path(child->node); in get_copy_inheritance()
594 if (strcmp(id_path, parent_path_path(child, pool)) != 0) in get_copy_inheritance()
597 *copy_src_path = id_path; in get_copy_inheritance()