| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | noderevs.c | 94 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 D | dag.c | 115 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 D | dag_cache.c | 768 const char *copyroot_path; in get_copy_inheritance() local 809 svn_fs_x__dag_get_copyroot(©root_rev, ©root_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(©root_rev, ©root_path, in svn_fs_x__make_path_mutable() 1036 copyroot_path, subpool)); in svn_fs_x__make_path_mutable()
|
| H A D | fs.h | 487 const char *copyroot_path; member
|
| H A D | low_level.c | 557 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 D | temp_serializer.c | 368 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 D | tree.c | 2601 const char *copyroot_path; in history_prev() local 2711 SVN_ERR(find_youngest_copyroot(©root_rev, ©root_path, fs, in history_prev() 2728 copyroot_path, scratch_pool)); in history_prev()
|
| H A D | transaction.c | 2724 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 D | dag.c | 131 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 D | low_level.c | 1010 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 D | fs.h | 621 const char *copyroot_path; member
|
| H A D | tree.c | 764 const char *copyroot_path; in get_copy_inheritance() local 806 SVN_ERR(svn_fs_fs__dag_get_copyroot(©root_rev, ©root_path, in get_copy_inheritance() 809 SVN_ERR(get_dag(©root_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(©root_rev, ©root_path, in make_path_mutable() 1267 SVN_ERR(get_dag(©root_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(©root_rev, ©root_path, fs, in history_prev() 3996 SVN_ERR(get_dag(&node, copyroot_root, copyroot_path, scratch_pool)); in history_prev()
|
| H A D | temp_serializer.c | 320 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 D | transaction.c | 2661 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()
|