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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Denv.h52 typedef struct bdb_error_info_t
75 } bdb_error_info_t;
89 bdb_error_info_t *error_info;
51 typedef struct bdb_error_info_t struct
74 } bdb_error_info_t; typedef in typeref:struct:bdb_error_info_t
H A Denv.c111 apr_threadkey_t *error_info; /* Points to a bdb_error_info_t. */
113 bdb_error_info_t error_info;
182 static bdb_error_info_t *
189 priv = calloc(1, sizeof(bdb_error_info_t));
218 /* BDB error callback. See bdb_error_info_t in env.h for more info.
226 bdb_error_info_t *error_info = get_error_info((const bdb_env_t *) baton);
272 bdb_error_info_t *error_info = baton;

Completed in 105 milliseconds