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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c1908 svn_boolean_t bumped_format; local
1915 err = svn_wc__db_bump_format(&result_format, &bumped_format,
1938 if (bumped_format && notify_func)
H A Dwc_db.h2973 svn_boolean_t *bumped_format,
H A Dwc_db.c16000 svn_boolean_t *bumped_format,
16009 if (bumped_format)
16010 *bumped_format = FALSE;
16049 if (err == SVN_NO_ERROR && bumped_format)
16050 *bumped_format = (*result_format > format);
15999 svn_wc__db_bump_format(int *result_format, svn_boolean_t *bumped_format, svn_wc__db_t *db, const char *wcroot_abspath, apr_pool_t *scratch_pool) argument

Completed in 267 milliseconds