Searched refs:log_msg_func3 (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dmove-cmd.c75 ctx->log_msg_func3 = NULL;
83 if (ctx->log_msg_func3)
101 if (ctx->log_msg_func3)
H A Ddelete-cmd.c66 ctx->log_msg_func3 = NULL;
91 if (ctx->log_msg_func3)
H A Dmkdir-cmd.c65 ctx->log_msg_func3 = NULL;
87 if (ctx->log_msg_func3)
H A Dcopy-cmd.c161 ctx->log_msg_func3 = NULL;
169 if (ctx->log_msg_func3)
180 if (ctx->log_msg_func3)
H A Dpropedit-cmd.c303 if (ctx->log_msg_func3)
332 if (ctx->log_msg_func3)
H A Dsvn.c2762 ctx->log_msg_func3 = svn_cl__get_log_message;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dclient.h289 ((ctx)->log_msg_func3 || (ctx)->log_msg_func2 || (ctx)->log_msg_func)
1077 in the set of *CTX->log_msg_func3, CTX->log_msg_func2, or
H A Dcommit_util.c1879 if (ctx->log_msg_func3)
1883 return (*ctx->log_msg_func3)(log_msg, tmp_file, commit_items,
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_client.h978 svn_client_get_commit_log3_t log_msg_func3;
980 /** The callback baton for @c log_msg_func3.
1666 * @a ctx->log_msg_func3/@a ctx->log_msg_baton3 are a callback/baton
1748 * @a ctx and @a ctx->log_msg_func3/@a ctx->log_msg_baton3 to
1775 * @a ctx->log_msg_func3/@a ctx->log_msg_baton3 are a callback/baton
1880 * and using @a ctx->log_msg_func3/@a ctx->log_msg_baton3 to get a log message
1910 * @a ctx->log_msg_func3/@a ctx->log_msg_baton3 are a callback/baton
2051 * @a ctx->log_msg_func3/@a ctx->log_msg_baton3 to obtain the log message.
4299 * in @a ctx and @a ctx->log_msg_func3/@a ctx->log_msg_baton3 to immediately
4319 * @a ctx->log_msg_func3/
977 svn_client_get_commit_log3_t log_msg_func3; member in struct:svn_client_ctx_t
[all...]

Completed in 203 milliseconds