Home
last modified time | relevance | path

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

/freebsd-12.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 Dshelve-cmd.c262 if (ctx->log_msg_func3) in svn_cl__shelve()
270 if (ctx->log_msg_func3) in svn_cl__shelve()
H A Dsvn.c3145 ctx->log_msg_func3 = svn_cl__get_log_message; in sub_main()
/freebsd-12.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.c1965 if (ctx->log_msg_func3) in svn_client__get_log_msg()
1969 return (*ctx->log_msg_func3)(log_msg, tmp_file, commit_items, in svn_client__get_log_msg()
/freebsd-12.1/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c772 ctx->log_msg_func3 = log_message_func; in sub_main()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_client.h991 svn_client_get_commit_log3_t log_msg_func3; member