Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c198 const svn_delta_editor_t *commit_editor; member
351 rb->commit_editor = NULL; in new_revision_record()
366 const struct svn_delta_editor_t *commit_editor = rb->commit_editor; in new_node_record() local
382 if (!commit_editor) in new_node_record()
395 commit_editor = rb->commit_editor; in new_node_record()
741 const struct svn_delta_editor_t *commit_editor = nb->rb->commit_editor; in set_fulltext() local
759 const struct svn_delta_editor_t *commit_editor = nb->rb->commit_editor; in apply_textdelta() local
772 const struct svn_delta_editor_t *commit_editor = nb->rb->commit_editor; in close_node() local
813 const svn_delta_editor_t *commit_editor = rb->commit_editor; in close_revision() local
824 else if (commit_editor) in close_revision()
[all …]
/freebsd-13.1/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c1258 const svn_delta_editor_t *commit_editor; in replay_rev_started() local
1317 SVN_ERR(svn_ra_get_commit_editor3(rb->to_session, &commit_editor, in replay_rev_started()
1326 SVN_ERR(svnsync_get_sync_editor(commit_editor, commit_baton, revision - 1, in replay_rev_started()