Lines Matching refs:DBC

9 int CDB___ham_c_init __P((DBC *));
10 int CDB___ham_c_count __P((DBC *, db_recno_t *));
11 int CDB___ham_c_dup __P((DBC *, DBC *));
12 u_int32_t CDB___ham_call_hash __P((DBC *, u_int8_t *, int32_t));
16 __P((DBC *, db_pgno_t, u_int32_t, int, int));
18 db_pgno_t, u_int32_t, DBC ***));
20 __P((DBC *, db_pgno_t, u_int32_t, db_pgno_t, u_int32_t));
24 int CDB___ham_add_dup __P((DBC *, DBT *, u_int32_t, db_pgno_t *));
25 int CDB___ham_dup_convert __P((DBC *));
28 void CDB___ham_move_offpage __P((DBC *, PAGE *, u_int32_t, db_pgno_t));
29 void CDB___ham_dsearch __P((DBC *, DBT *, u_int32_t *, int *));
35 int CDB___ham_get_meta __P((DBC *));
36 int CDB___ham_release_meta __P((DBC *));
37 int CDB___ham_dirty_meta __P((DBC *));
40 int CDB___ham_item __P((DBC *, db_lockmode_t, db_pgno_t *));
41 int CDB___ham_item_reset __P((DBC *));
42 void CDB___ham_item_init __P((DBC *));
43 int CDB___ham_item_last __P((DBC *, db_lockmode_t, db_pgno_t *));
44 int CDB___ham_item_first __P((DBC *, db_lockmode_t, db_pgno_t *));
45 int CDB___ham_item_prev __P((DBC *, db_lockmode_t, db_pgno_t *));
46 int CDB___ham_item_next __P((DBC *, db_lockmode_t, db_pgno_t *));
50 int CDB___ham_del_pair __P((DBC *, int));
51 int CDB___ham_replpair __P((DBC *, DBT *, u_int32_t));
54 int CDB___ham_split_page __P((DBC *, u_int32_t, u_int32_t));
55 int CDB___ham_add_el __P((DBC *, const DBT *, const DBT *, int));
57 int CDB___ham_add_ovflpage __P((DBC *, PAGE *, int, PAGE **));
62 int CDB___ham_get_cpage __P((DBC *, db_lockmode_t));
63 int CDB___ham_next_cpage __P((DBC *, db_pgno_t, int));
64 int CDB___ham_lock_bucket __P((DBC *, db_lockmode_t));
82 int CDB___ham_traverse __P((DB *, DBC *, db_lockmode_t,