Home
last modified time | relevance | path

Searched refs:copyroot_path (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dnoderevs.c94 apr_size_t copyroot_path; member
253 if (noderev->copyroot_path) in svn_fs_x__noderevs_add()
255 binary_noderev.copyroot_path in svn_fs_x__noderevs_add()
257 noderev->copyroot_path, in svn_fs_x__noderevs_add()
412 noderev->copyroot_path in svn_fs_x__noderevs_get()
414 binary_noderev->copyroot_path, in svn_fs_x__noderevs_get()
421 noderev->copyroot_path = NULL; in svn_fs_x__noderevs_get()
564 svn_packed__add_uint(noderevs_stream, noderev->copyroot_path); in svn_fs_x__write_noderevs_container()
858 noderev->copyroot_path in svn_fs_x__noderevs_get_func()
860 binary_noderev->copyroot_path, in svn_fs_x__noderevs_get_func()
[all …]
H A Ddag.c115 nr->copyroot_path = apr_pstrdup(result_pool, noderev->copyroot_path); in copy_node_revision()
350 new_noderev.copyroot_path = apr_pstrdup(result_pool, in make_entry()
351 parent_noderev->copyroot_path); in make_entry()
611 noderev->copyroot_path = apr_pstrdup(scratch_pool, in svn_fs_x__dag_clone_child()
612 parent_noderev->copyroot_path); in svn_fs_x__dag_clone_child()
987 to_noderev->copyroot_path = NULL; in svn_fs_x__dag_copy()
1050 *path = node->node_revision->copyroot_path; in svn_fs_x__dag_get_copyroot()
H A Ddag_cache.c768 const char *copyroot_path; in get_copy_inheritance() local
809 svn_fs_x__dag_get_copyroot(&copyroot_rev, &copyroot_path, child->node); in get_copy_inheritance()
813 copyroot_path, scratch_pool)); in get_copy_inheritance()
992 const char *clone_path, *copyroot_path; in svn_fs_x__make_path_mutable() local
1031 svn_fs_x__dag_get_copyroot(&copyroot_rev, &copyroot_path, in svn_fs_x__make_path_mutable()
1036 copyroot_path, subpool)); in svn_fs_x__make_path_mutable()
H A Dfs.h487 const char *copyroot_path; member
H A Dlow_level.c557 noderev->copyroot_path = noderev->created_path; in svn_fs_x__read_noderev()
569 noderev->copyroot_path = auto_unescape_path(apr_pstrdup(result_pool, in svn_fs_x__read_noderev()
714 || (strcmp(noderev->copyroot_path, noderev->created_path) != 0)) in svn_fs_x__write_noderev()
718 auto_escape_path(noderev->copyroot_path, in svn_fs_x__write_noderev()
H A Dtemp_serializer.c368 svn_temp_serializer__add_string(context, &noderev->copyroot_path); in noderev_serialize()
398 svn_temp_deserializer__resolve(noderev, (void **)&noderev->copyroot_path); in noderev_deserialize()
H A Dtree.c2601 const char *copyroot_path; in history_prev() local
2711 SVN_ERR(find_youngest_copyroot(&copyroot_rev, &copyroot_path, fs, in history_prev()
2728 copyroot_path, scratch_pool)); in history_prev()
H A Dtransaction.c2724 if (! new_noderev->copyroot_path) in svn_fs_x__create_successor()
2726 new_noderev->copyroot_path in svn_fs_x__create_successor()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Ddag.c131 nr->copyroot_path = apr_pstrdup(pool, noderev->copyroot_path); in copy_node_revision()
397 new_noderev.copyroot_path = apr_pstrdup(pool, in make_entry()
398 parent_noderev->copyroot_path); in make_entry()
748 noderev->copyroot_path = apr_pstrdup(pool, in svn_fs_fs__dag_clone_child()
749 parent_noderev->copyroot_path); in svn_fs_fs__dag_clone_child()
1277 to_noderev->copyroot_path = NULL; in svn_fs_fs__dag_copy()
1374 *path = noderev->copyroot_path; in svn_fs_fs__dag_get_copyroot()
H A Dlow_level.c1010 noderev->copyroot_path = apr_pstrdup(result_pool, noderev->created_path); in svn_fs_fs__read_noderev()
1021 noderev->copyroot_path = apr_pstrdup(result_pool, value); in svn_fs_fs__read_noderev()
1225 (strcmp(noderev->copyroot_path, noderev->created_path) != 0)) in svn_fs_fs__write_noderev()
1229 noderev->copyroot_path)); in svn_fs_fs__write_noderev()
H A Dfs.h621 const char *copyroot_path; member
H A Dtree.c764 const char *copyroot_path; in get_copy_inheritance() local
806 SVN_ERR(svn_fs_fs__dag_get_copyroot(&copyroot_rev, &copyroot_path, in get_copy_inheritance()
809 SVN_ERR(get_dag(&copyroot_node, copyroot_root, copyroot_path, pool)); in get_copy_inheritance()
1229 const char *clone_path, *copyroot_path; in make_path_mutable() local
1263 SVN_ERR(svn_fs_fs__dag_get_copyroot(&copyroot_rev, &copyroot_path, in make_path_mutable()
1267 SVN_ERR(get_dag(&copyroot_node, copyroot_root, copyroot_path, pool)); in make_path_mutable()
3873 const char *copyroot_path; in history_prev() local
3980 SVN_ERR(find_youngest_copyroot(&copyroot_rev, &copyroot_path, fs, in history_prev()
3996 SVN_ERR(get_dag(&node, copyroot_root, copyroot_path, scratch_pool)); in history_prev()
H A Dtemp_serializer.c320 svn_temp_serializer__add_string(context, &noderev->copyroot_path); in svn_fs_fs__noderev_serialize()
350 svn_temp_deserializer__resolve(noderev, (void **)&noderev->copyroot_path); in svn_fs_fs__noderev_deserialize()
H A Dtransaction.c2661 if (! new_noderev->copyroot_path) in svn_fs_fs__create_successor()
2663 new_noderev->copyroot_path = apr_pstrdup(pool, in svn_fs_fs__create_successor()