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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dnoderevs.c94 apr_size_t copyroot_path; member in struct:binary_noderev_t
231 | (noderev->copyroot_path ? NODEREV_HAS_COPYROOT : 0)
253 if (noderev->copyroot_path)
255 binary_noderev.copyroot_path
257 noderev->copyroot_path,
412 noderev->copyroot_path
414 binary_noderev->copyroot_path,
421 noderev->copyroot_path = NULL;
564 svn_packed__add_uint(noderevs_stream, noderev->copyroot_path);
715 noderev.copyroot_path
[all...]
H A Ddag_cache.c771 const char *copyroot_path;
812 svn_fs_x__dag_get_copyroot(&copyroot_rev, &copyroot_path, child->node);
816 copyroot_path, scratch_pool));
995 const char *clone_path, *copyroot_path;
1034 svn_fs_x__dag_get_copyroot(&copyroot_rev, &copyroot_path,
1039 copyroot_path, subpool));
768 const char *copyroot_path; local
992 const char *clone_path, *copyroot_path; local
H A Ddag.c117 nr->copyroot_path = apr_pstrdup(result_pool, noderev->copyroot_path);
353 new_noderev.copyroot_path = apr_pstrdup(result_pool,
354 parent_noderev->copyroot_path);
616 noderev->copyroot_path = apr_pstrdup(scratch_pool,
617 parent_noderev->copyroot_path);
992 to_noderev->copyroot_path = NULL;
1056 *path = node->node_revision->copyroot_path;
H A Dfs.h488 const char *copyroot_path;
487 const char *copyroot_path; member in struct:svn_fs_x__noderev_t
H A Dlow_level.c557 noderev->copyroot_path = noderev->created_path;
569 noderev->copyroot_path = auto_unescape_path(apr_pstrdup(result_pool,
714 || (strcmp(noderev->copyroot_path, noderev->created_path) != 0))
718 auto_escape_path(noderev->copyroot_path,
H A Dtemp_serializer.c368 svn_temp_serializer__add_string(context, &noderev->copyroot_path);
398 svn_temp_deserializer__resolve(noderev, (void **)&noderev->copyroot_path);
H A Dtree.c2613 const char *copyroot_path;
2723 SVN_ERR(find_youngest_copyroot(&copyroot_rev, &copyroot_path, fs,
2740 copyroot_path, scratch_pool));
2601 const char *copyroot_path; local
H A Dtransaction.c2725 if (! new_noderev->copyroot_path)
2727 new_noderev->copyroot_path
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Ddag.c133 nr->copyroot_path = apr_pstrdup(pool, noderev->copyroot_path);
400 new_noderev.copyroot_path = apr_pstrdup(pool,
401 parent_noderev->copyroot_path);
753 noderev->copyroot_path = apr_pstrdup(pool,
754 parent_noderev->copyroot_path);
1282 to_noderev->copyroot_path = NULL;
1380 *path = noderev->copyroot_path;
H A Dfs.h622 const char *copyroot_path;
621 const char *copyroot_path; member in struct:node_revision_t
H A Dlow_level.c1010 noderev->copyroot_path = apr_pstrdup(result_pool, noderev->created_path);
1021 noderev->copyroot_path = apr_pstrdup(result_pool, value);
1225 (strcmp(noderev->copyroot_path, noderev->created_path) != 0))
1229 noderev->copyroot_path));
H A Dtree.c769 const char *copyroot_path;
811 SVN_ERR(svn_fs_fs__dag_get_copyroot(&copyroot_rev, &copyroot_path,
814 SVN_ERR(get_dag(&copyroot_node, copyroot_root, copyroot_path, pool));
1234 const char *clone_path, *copyroot_path;
1268 SVN_ERR(svn_fs_fs__dag_get_copyroot(&copyroot_rev, &copyroot_path,
1272 SVN_ERR(get_dag(&copyroot_node, copyroot_root, copyroot_path, pool));
3886 const char *copyroot_path;
3993 SVN_ERR(find_youngest_copyroot(&copyroot_rev, &copyroot_path, fs,
4009 SVN_ERR(get_dag(&node, copyroot_root, copyroot_path, scratch_pool));
764 const char *copyroot_path; local
1229 const char *clone_path, *copyroot_path; local
3873 const char *copyroot_path; local
H A Dtemp_serializer.c320 svn_temp_serializer__add_string(context, &noderev->copyroot_path);
350 svn_temp_deserializer__resolve(noderev, (void **)&noderev->copyroot_path);
H A Dtransaction.c2662 if (! new_noderev->copyroot_path)
2664 new_noderev->copyroot_path = apr_pstrdup(pool,

Completed in 218 milliseconds