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

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c8336 write_current(svn_fs_t *fs, svn_revnum_t rev, const char *next_node_id,
8420 return write_current(fs, rev, NULL, NULL, pool);
8429 return write_current(fs, rev, new_node_id, new_copy_id, pool);
9383 return write_current(fs, max_rev, next_node_id, next_copy_id, pool);
9891 * Similar to write_current(). */
10937 SVN_ERR(write_current(dst_fs, new_youngest, next_node_id, next_copy_id,
8335 write_current(svn_fs_t *fs, svn_revnum_t rev, const char *next_node_id, function

Completed in 115 milliseconds