Searched refs:log_msg_func3 (Results 1 – 11 of 11) 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()
262 if (ctx->log_msg_func3) in svn_cl__shelve()270 if (ctx->log_msg_func3) in svn_cl__shelve()
3145 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)
1965 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()
772 ctx->log_msg_func3 = log_message_func; in sub_main()
991 svn_client_get_commit_log3_t log_msg_func3; member