Home
last modified time | relevance | path

Searched refs:lastpath (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c3761 svn_stringbuf_t *lastpath = svn_stringbuf_create(path, pool); in fs_node_origin_rev() local
3774 const char *curpath = lastpath->data; in fs_node_origin_rev()
3792 svn_stringbuf_set(lastpath, curpath); in fs_node_origin_rev()
3797 SVN_ERR(svn_fs_fs__node_id(&pred_id, curroot, lastpath->data, predidpool)); in fs_node_origin_rev()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c4994 svn_stringbuf_t *lastpath = in base_node_origin_rev() local
5007 const char *curpath = lastpath->data; in base_node_origin_rev()
5024 svn_stringbuf_set(lastpath, curpath); in base_node_origin_rev()
5029 SVN_ERR(base_node_id(&pred_id, curroot, lastpath->data, pool)); in base_node_origin_rev()