Searched refs:bdb_error_gatherer (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dbdb_compat.h90 #define bdb_error_gatherer(param1, param2, param3) \ macro
91 bdb_error_gatherer(param2, char *msg)
H A Denv.c95 registers bdb_error_gatherer() as an error handler with
98 before the BDB function returns, it calls bdb_error_gatherer()
100 set_errpfx(). The bdb_error_gatherer() callback casts the
219 Note: bdb_error_gatherer is a macro with BDB < 4.3, so be careful how
222 bdb_error_gatherer(const DB_ENV *dbenv, const char *baton, const char *msg)
338 /* bdb_error_gatherer is in parens to stop macro expansion. */
339 bdb->env->set_errcall(bdb->env, (bdb_error_gatherer));
221 bdb_error_gatherer(const DB_ENV *dbenv, const char *baton, const char *msg) function

Completed in 53 milliseconds