Home | History | Annotate | Download | only in btree

Lines Matching refs:DBT

37 int	 __bt_cmp(BTREE *, const DBT *, EPG *);
39 int __bt_defcmp(const DBT *, const DBT *);
40 size_t __bt_defpfx(const DBT *, const DBT *);
41 int __bt_delete(const DB *, const DBT *, unsigned int);
42 int __bt_dleaf(BTREE *, const DBT *, PAGE *, unsigned int);
45 int __bt_get(const DB *, const DBT *, DBT *, unsigned int);
50 int __bt_put(const DB *dbp, DBT *, const DBT *, unsigned int);
52 int __bt_ret(BTREE *, EPG *, DBT *, DBT *, DBT *, DBT *, int);
53 EPG *__bt_search(BTREE *, const DBT *, int *);
54 int __bt_seq(const DB *, DBT *, DBT *, unsigned int);
57 const DBT *, const DBT *, int, size_t, uint32_t);
62 int __ovfl_put(BTREE *, const DBT *, pgno_t *);