Searched refs:log_msg_func2 (Results 1 – 3 of 3) sorted by relevance
1992 else if (ctx->log_msg_func2 || ctx->log_msg_func) in svn_client__get_log_msg()2008 if (ctx->log_msg_func2) in svn_client__get_log_msg()2046 if (ctx->log_msg_func2) in svn_client__get_log_msg()2047 err = (*ctx->log_msg_func2)(log_msg, tmp_file, old_commit_items, in svn_client__get_log_msg()
276 ((ctx)->log_msg_func3 || (ctx)->log_msg_func2 || (ctx)->log_msg_func)
1011 svn_client_get_commit_log2_t log_msg_func2; member