Lines Matching refs:DBC
30 static int __xa_c_close __P((DBC *));
31 static int __xa_c_del __P((DBC *, u_int32_t));
32 static int __xa_c_get __P((DBC *, DBT *, DBT *, u_int32_t));
33 static int __xa_c_put __P((DBC *, DBT *, DBT *, u_int32_t));
35 static int __xa_cursor __P((DB *, DB_TXN *, DBC **, u_int32_t));
117 DBC *dbc;
136 DBC **dbcp;
140 DBC *real_dbc, *dbc;
154 if ((ret = __os_calloc(1, sizeof(DBC), &dbc)) != 0) {
256 DBC *dbc; in __xa_c_close()
258 DBC *real_dbc;
261 real_dbc = (DBC *)dbc->internal;
266 __os_free(dbc, sizeof(DBC));
273 DBC *dbc; in __xa_c_del()
276 DBC *real_dbc;
278 real_dbc = (DBC *)dbc->internal;
284 DBC *dbc; in __xa_c_get()
289 DBC *real_dbc;
291 real_dbc = (DBC *)dbc->internal;
297 DBC *dbc; in __xa_c_put()
302 DBC *real_dbc;
304 real_dbc = (DBC *)dbc->internal;