Home | History | Annotate | Download | only in btree

Lines Matching refs:DB

36 int	 __bt_close(DB *);
41 int __bt_delete(const DB *, const DBT *, unsigned int);
43 int __bt_fd(const DB *);
45 int __bt_get(const DB *, const DBT *, DBT *, unsigned int);
50 int __bt_put(const DB *dbp, DBT *, const DBT *, unsigned int);
54 int __bt_seq(const DB *, DBT *, DBT *, unsigned int);
58 int __bt_sync(const DB *, unsigned int);
66 void __bt_dnpage(DB *, pgno_t);
68 void __bt_dump(DB *);
71 void __bt_stat(DB *);