Searched refs:log_msg_func2 (Results 1 – 3 of 3) sorted by relevance
1972 else if (ctx->log_msg_func2 || ctx->log_msg_func) in svn_client__get_log_msg()1988 if (ctx->log_msg_func2) in svn_client__get_log_msg()2026 if (ctx->log_msg_func2) in svn_client__get_log_msg()2027 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)
973 svn_client_get_commit_log2_t log_msg_func2; member