Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/svn/
H A Dmove-cmd.c73 ctx->log_msg_func3 = NULL; in svn_cl__move()
81 if (ctx->log_msg_func3) in svn_cl__move()
99 if (ctx->log_msg_func3) in svn_cl__move()
H A Dcopy-cmd.c158 ctx->log_msg_func3 = NULL; in svn_cl__copy()
166 if (ctx->log_msg_func3) in svn_cl__copy()
180 if (ctx->log_msg_func3) in svn_cl__copy()
H A Ddelete-cmd.c64 ctx->log_msg_func3 = NULL; in svn_cl__delete()
89 if (ctx->log_msg_func3) in svn_cl__delete()
H A Dmkdir-cmd.c63 ctx->log_msg_func3 = NULL; in svn_cl__mkdir()
85 if (ctx->log_msg_func3) in svn_cl__mkdir()
H A Dpropedit-cmd.c301 if (ctx->log_msg_func3) in svn_cl__propedit()
330 if (ctx->log_msg_func3) in svn_cl__propedit()
H A Dshelf2-cmd.c520 if (ctx->log_msg_func3) in shelve()
527 SVN_ERR(ctx->log_msg_func3(&message, &tmp_file, commit_items, in shelve()
885 if (ctx->log_msg_func3) in svn_cl__shelf_shelve()
894 if (ctx->log_msg_func3) in svn_cl__shelf_shelve()
H A Dshelf-cmd.c520 if (ctx->log_msg_func3) in shelve()
527 SVN_ERR(ctx->log_msg_func3(&message, &tmp_file, commit_items, in shelve()
885 if (ctx->log_msg_func3) in svn_cl__shelf_shelve()
894 if (ctx->log_msg_func3) in svn_cl__shelf_shelve()
H A Dsvn.c3138 ctx->log_msg_func3 = svn_cl__get_log_message; in sub_main()
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dclient.h276 ((ctx)->log_msg_func3 || (ctx)->log_msg_func2 || (ctx)->log_msg_func)
H A Dcommit_util.c1985 if (ctx->log_msg_func3) in svn_client__get_log_msg()
1989 return (*ctx->log_msg_func3)(log_msg, tmp_file, commit_items, in svn_client__get_log_msg()
/freebsd-13.1/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c772 ctx->log_msg_func3 = log_message_func; in sub_main()
/freebsd-13.1/contrib/subversion/subversion/include/
H A Dsvn_client.h1029 svn_client_get_commit_log3_t log_msg_func3; member