Searched refs:log_msg_func3 (Results 1 – 12 of 12) sorted by relevance
73 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()
158 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()
64 ctx->log_msg_func3 = NULL; in svn_cl__delete()89 if (ctx->log_msg_func3) in svn_cl__delete()
63 ctx->log_msg_func3 = NULL; in svn_cl__mkdir()85 if (ctx->log_msg_func3) in svn_cl__mkdir()
301 if (ctx->log_msg_func3) in svn_cl__propedit()330 if (ctx->log_msg_func3) in svn_cl__propedit()
520 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()
3138 ctx->log_msg_func3 = svn_cl__get_log_message; in sub_main()
276 ((ctx)->log_msg_func3 || (ctx)->log_msg_func2 || (ctx)->log_msg_func)
1985 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()
772 ctx->log_msg_func3 = log_message_func; in sub_main()
1029 svn_client_get_commit_log3_t log_msg_func3; member