Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/svnrdump/
H A Dload_editor.c54 const svn_delta_editor_t *commit_editor; member
421 rb->pb->commit_editor = NULL; in new_revision_record()
493 const struct svn_delta_editor_t *commit_editor = rb->pb->commit_editor; in new_node_record() local
512 if (!commit_editor) in new_node_record()
531 rb->pb->commit_editor = commit_editor; in new_node_record()
657 SVN_ERR(commit_editor->delete_entry(nb->path, in new_node_record()
887 const struct svn_delta_editor_t *commit_editor = nb->rb->pb->commit_editor; in set_fulltext() local
905 const struct svn_delta_editor_t *commit_editor = nb->rb->pb->commit_editor; in apply_textdelta() local
918 const struct svn_delta_editor_t *commit_editor = nb->rb->pb->commit_editor; in close_node() local
959 const svn_delta_editor_t *commit_editor = rb->pb->commit_editor; in close_revision() local
[all …]
/freebsd-12.1/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c1253 const svn_delta_editor_t *commit_editor; in replay_rev_started() local
1312 SVN_ERR(svn_ra_get_commit_editor3(rb->to_session, &commit_editor, in replay_rev_started()
1321 SVN_ERR(svnsync_get_sync_editor(commit_editor, commit_baton, revision - 1, in replay_rev_started()