Searched refs:pending_errors (Results 1 – 4 of 4) sorted by relevance
59 child_errors = bdb_baton->error_info->pending_errors; in svn_fs_bdb__dberr()60 bdb_baton->error_info->pending_errors = NULL; in svn_fs_bdb__dberr()76 child_errors = bdb_baton->error_info->pending_errors; in svn_fs_bdb__dberrf()77 bdb_baton->error_info->pending_errors = NULL; in svn_fs_bdb__dberrf()96 svn_error_clear(bfd->bdb->error_info->pending_errors); in svn_fs_bdb__wrap_db()97 bfd->bdb->error_info->pending_errors = NULL; in svn_fs_bdb__wrap_db()
92 svn_error_clear((bdb)->error_info->pending_errors); \93 (bdb)->error_info->pending_errors = NULL; \
231 if (error_info->pending_errors) in bdb_error_gatherer()232 svn_error_compose(error_info->pending_errors, new_err); in bdb_error_gatherer()234 error_info->pending_errors = new_err; in bdb_error_gatherer()274 svn_error_clear(error_info->pending_errors); in cleanup_error_info()539 svn_error_clear(bdb_baton->error_info->pending_errors); in svn_fs_bdb__close()
63 svn_error_t *pending_errors; member