Searched refs:log_msg_func2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c1993 else if (ctx->log_msg_func2 || ctx->log_msg_func)
2009 if (ctx->log_msg_func2)
2047 if (ctx->log_msg_func2)
2048 err = (*ctx->log_msg_func2)(log_msg, tmp_file, old_commit_items,
H A Dclient.h276 ((ctx)->log_msg_func3 || (ctx)->log_msg_func2 || (ctx)->log_msg_func)
1012 in the set of *CTX->log_msg_func3, CTX->log_msg_func2, or
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_client.h978 * Use @c log_msg_func2 instead. */
1012 svn_client_get_commit_log2_t log_msg_func2;
1014 /** callback baton for log_msg_func2
1028 * should try @c log_msg_func2, then @c log_msg_func.
1011 svn_client_get_commit_log2_t log_msg_func2; member in struct:svn_client_ctx_t

Completed in 95 milliseconds