Home
last modified time | relevance | path

Searched refs:log_msg_baton (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/svn/
Dutil.c191 struct log_msg_baton struct
212 struct log_msg_baton *lmb = apr_pcalloc(pool, sizeof(*lmb)); in svn_cl__make_log_msg_baton() argument
260 svn_cl__cleanup_log_msg(void *log_msg_baton, in svn_cl__cleanup_log_msg() argument
264 struct log_msg_baton *lmb = log_msg_baton; in svn_cl__cleanup_log_msg()
415 struct log_msg_baton *lmb = baton; in svn_cl__get_log_message()
Dcl.h781 svn_cl__cleanup_log_msg(void *log_msg_baton,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Dcommit_util.c2051 ctx->log_msg_baton, pool); in svn_client__get_log_msg()
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_client.h983 void *log_msg_baton; member