BTREE              57 libdb/bt_close.c static int bt_meta(BTREE *);
BTREE              74 libdb/bt_close.c 	BTREE *t;
BTREE             135 libdb/bt_close.c 	BTREE *t;
BTREE             175 libdb/bt_close.c 	BTREE *t;
BTREE              68 libdb/bt_conv.c 	if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))
BTREE             136 libdb/bt_conv.c 	if (!F_ISSET(((BTREE *)t), B_NEEDSWAP))
BTREE              63 libdb/bt_debug.c 	BTREE *t;
BTREE             142 libdb/bt_debug.c 	BTREE *t;
BTREE             258 libdb/bt_debug.c 	BTREE *t;
BTREE              53 libdb/bt_delete.c static int __bt_bdelete(BTREE *, const DBT *);
BTREE              54 libdb/bt_delete.c static int __bt_curdel(BTREE *, const DBT *, PAGE *, u_int);
BTREE              55 libdb/bt_delete.c static int __bt_pdelete(BTREE *, PAGE *);
BTREE              56 libdb/bt_delete.c static int __bt_relink(BTREE *, PAGE *);
BTREE              57 libdb/bt_delete.c static int __bt_stkacq(BTREE *, PAGE **, CURSOR *);
BTREE              71 libdb/bt_delete.c 	BTREE *t;
BTREE             148 libdb/bt_delete.c 	BTREE *t;
BTREE             295 libdb/bt_delete.c 	BTREE *t;
BTREE             382 libdb/bt_delete.c 	BTREE *t;
BTREE             478 libdb/bt_delete.c 	BTREE *t;
BTREE             543 libdb/bt_delete.c 	BTREE *t;
BTREE             642 libdb/bt_delete.c 	BTREE *t;
BTREE              68 libdb/bt_get.c 	BTREE *t;
BTREE              82 libdb/bt_open.c static int nroot(BTREE *);
BTREE             109 libdb/bt_open.c 	BTREE *t;
BTREE             174 libdb/bt_open.c 	if ((t = (BTREE *)malloc(sizeof(BTREE))) == NULL)
BTREE             176 libdb/bt_open.c 	memset(t, 0, sizeof(BTREE));
BTREE             372 libdb/bt_open.c 	BTREE *t;
BTREE             456 libdb/bt_open.c 	BTREE *t;
BTREE              84 libdb/bt_overflow.c 	BTREE *t;
BTREE             143 libdb/bt_overflow.c 	BTREE *t;
BTREE             197 libdb/bt_overflow.c 	BTREE *t;
BTREE              60 libdb/bt_page.c 	BTREE *t;
BTREE              86 libdb/bt_page.c 	BTREE *t;
BTREE              56 libdb/bt_put.c static EPG *bt_fast(BTREE *, const DBT *, const DBT *, int *);
BTREE              78 libdb/bt_put.c 	BTREE *t;
BTREE             270 libdb/bt_put.c 	BTREE *t;
BTREE              47 libdb/bt_search.c static int __bt_snext(BTREE *, PAGE *, const DBT *, int *);
BTREE              48 libdb/bt_search.c static int __bt_sprev(BTREE *, PAGE *, const DBT *, int *);
BTREE              66 libdb/bt_search.c 	BTREE *t;
BTREE             151 libdb/bt_search.c 	BTREE *t;
BTREE             190 libdb/bt_search.c 	BTREE *t;
BTREE              52 libdb/bt_seq.c static int __bt_first(BTREE *, const DBT *, EPG *, int *);
BTREE              53 libdb/bt_seq.c static int __bt_seqadv(BTREE *, EPG *, int);
BTREE              54 libdb/bt_seq.c static int __bt_seqset(BTREE *, EPG *, DBT *, int);
BTREE              83 libdb/bt_seq.c 	BTREE *t;
BTREE             154 libdb/bt_seq.c 	BTREE *t;
BTREE             242 libdb/bt_seq.c 	BTREE *t;
BTREE             344 libdb/bt_seq.c 	BTREE *t;
BTREE             445 libdb/bt_seq.c 	BTREE *t;
BTREE              57 libdb/bt_split.c static int	 bt_broot(BTREE *, PAGE *, PAGE *, PAGE *);
BTREE              58 libdb/bt_split.c static PAGE	*bt_page(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
BTREE              59 libdb/bt_split.c static int	 bt_preserve(BTREE *, pgno_t);
BTREE              60 libdb/bt_split.c static PAGE	*bt_psplit(BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t);
BTREE              61 libdb/bt_split.c static PAGE	*bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
BTREE              62 libdb/bt_split.c static int	 bt_rroot(BTREE *, PAGE *, PAGE *, PAGE *);
BTREE              84 libdb/bt_split.c 	BTREE *t;
BTREE             346 libdb/bt_split.c 	BTREE *t;
BTREE             451 libdb/bt_split.c 	BTREE *t;
BTREE             498 libdb/bt_split.c 	BTREE *t;
BTREE             538 libdb/bt_split.c 	BTREE *t;
BTREE             615 libdb/bt_split.c 	BTREE *t;
BTREE             793 libdb/bt_split.c 	BTREE *t;
BTREE              71 libdb/bt_utils.c 	BTREE *t;
BTREE             157 libdb/bt_utils.c 	BTREE *t;
BTREE              33 libdb/extern.h int	 __bt_cmp(BTREE *, const DBT *, EPG *);
BTREE              34 libdb/extern.h int	 __bt_crsrdel(BTREE *, EPGNO *);
BTREE              38 libdb/extern.h int	 __bt_dleaf(BTREE *, const DBT *, PAGE *, u_int);
BTREE              40 libdb/extern.h int	 __bt_free(BTREE *, PAGE *);
BTREE              42 libdb/extern.h PAGE	*__bt_new(BTREE *, pgno_t *);
BTREE              45 libdb/extern.h int	 __bt_push(BTREE *, pgno_t, int);
BTREE              47 libdb/extern.h int	 __bt_ret(BTREE *, EPG *, DBT *, DBT *, DBT *, DBT *, int);
BTREE              48 libdb/extern.h EPG	*__bt_search(BTREE *, const DBT *, int *);
BTREE              50 libdb/extern.h void	 __bt_setcur(BTREE *, pgno_t, u_int);
BTREE              51 libdb/extern.h int	 __bt_split(BTREE *, PAGE *,
BTREE              55 libdb/extern.h int	 __ovfl_delete(BTREE *, void *);
BTREE              56 libdb/extern.h int	 __ovfl_get(BTREE *, void *, size_t *, void **, size_t *);
BTREE              57 libdb/extern.h int	 __ovfl_put(BTREE *, const DBT *, pgno_t *);