Home
last modified time | relevance | path

Searched refs:log_msg_baton3 (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/svn/
H A Ddelete-cmd.c75 SVN_ERR(svn_cl__make_log_msg_baton(&(ctx->log_msg_baton3), opt_state, in svn_cl__delete()
90 SVN_ERR(svn_cl__cleanup_log_msg(ctx->log_msg_baton3, err, pool)); in svn_cl__delete()
H A Dimport-cmd.c112 SVN_ERR(svn_cl__make_log_msg_baton(&(ctx->log_msg_baton3), opt_state, in svn_cl__import()
116 (ctx->log_msg_baton3, in svn_cl__import()
H A Dmkdir-cmd.c74 SVN_ERR(svn_cl__make_log_msg_baton(&(ctx->log_msg_baton3), opt_state, in svn_cl__mkdir()
86 err = svn_cl__cleanup_log_msg(ctx->log_msg_baton3, err, pool); in svn_cl__mkdir()
H A Dmove-cmd.c82 SVN_ERR(svn_cl__make_log_msg_baton(&(ctx->log_msg_baton3), opt_state, in svn_cl__move()
100 SVN_ERR(svn_cl__cleanup_log_msg(ctx->log_msg_baton3, err, pool)); in svn_cl__move()
H A Dcopy-cmd.c167 SVN_ERR(svn_cl__make_log_msg_baton(&(ctx->log_msg_baton3), opt_state, in svn_cl__copy()
181 SVN_ERR(svn_cl__cleanup_log_msg(ctx->log_msg_baton3, err, pool)); in svn_cl__copy()
H A Dcommit-cmd.c152 SVN_ERR(svn_cl__make_log_msg_baton(&(ctx->log_msg_baton3), in svn_cl__commit()
185 SVN_ERR(svn_cl__cleanup_log_msg(ctx->log_msg_baton3, err, pool)); in svn_cl__commit()
H A Dpropedit-cmd.c302 SVN_ERR(svn_cl__make_log_msg_baton(&(ctx->log_msg_baton3), in svn_cl__propedit()
331 SVN_ERR(svn_cl__cleanup_log_msg(ctx->log_msg_baton3, in svn_cl__propedit()
H A Dshelf2-cmd.c528 ctx->log_msg_baton3, scratch_pool)); in shelve()
886 SVN_ERR(svn_cl__make_log_msg_baton(&ctx->log_msg_baton3, in svn_cl__shelf_shelve()
895 SVN_ERR(svn_cl__cleanup_log_msg(ctx->log_msg_baton3, in svn_cl__shelf_shelve()
H A Dshelf-cmd.c528 ctx->log_msg_baton3, scratch_pool)); in shelve()
886 SVN_ERR(svn_cl__make_log_msg_baton(&ctx->log_msg_baton3, in svn_cl__shelf_shelve()
895 SVN_ERR(svn_cl__cleanup_log_msg(ctx->log_msg_baton3, in svn_cl__shelf_shelve()
/freebsd-13.1/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c773 ctx->log_msg_baton3 = &lmb; in sub_main()
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c1990 ctx->log_msg_baton3, pool); in svn_client__get_log_msg()
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_client.h1033 void *log_msg_baton3; member