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

/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_delta_private.h60 svn_delta__start_edit_func_t start_edit; member in struct:svn_delta__extra_baton
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Deditor.c190 to call any start_edit handler it may provide (the shim uses this to
192 so: Implement a wrapper editor and call the start_edit callback upon
197 if (exb->start_edit)
208 SVN_ERR(exb->start_edit(exb->baton, SVN_INVALID_REVNUM));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c539 if (eb->exb->start_edit)
540 SVN_ERR(eb->exb->start_edit(eb->exb->baton, base_revision));
1955 extra_baton->start_edit = start_edit_func;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dreplay.c1042 SVN_ERR(exb->start_edit(exb->baton, svn_fs_revision_root_revision(root)));
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c4286 static void start_edit(void) function
4495 start_edit();

Completed in 84 milliseconds