PAGE               45 libdb/bt_conv.c static void mswap(PAGE *);
PAGE               62 libdb/bt_conv.c 	PAGE *h;
PAGE              139 libdb/bt_conv.c 	PAGE *h;
PAGE              208 libdb/bt_conv.c 	PAGE *pg;
PAGE               63 libdb/bt_debug.c 	PAGE *h;
PAGE              103 libdb/bt_debug.c 	PAGE *h;
PAGE              141 libdb/bt_debug.c 	PAGE *h;
PAGE              157 libdb/bt_debug.c 	PAGE *h;
PAGE              255 libdb/bt_debug.c 	PAGE *h;
PAGE               54 libdb/bt_delete.c static int __bt_curdel(BTREE *, const DBT *, PAGE *, u_int);
PAGE               55 libdb/bt_delete.c static int __bt_pdelete(BTREE *, PAGE *);
PAGE               56 libdb/bt_delete.c static int __bt_relink(BTREE *, PAGE *);
PAGE               57 libdb/bt_delete.c static int __bt_stkacq(BTREE *, PAGE **, CURSOR *);
PAGE               73 libdb/bt_delete.c 	PAGE *h;
PAGE              147 libdb/bt_delete.c 	PAGE **hp;
PAGE              153 libdb/bt_delete.c 	PAGE *h;
PAGE              295 libdb/bt_delete.c 	PAGE *h;
PAGE              377 libdb/bt_delete.c 	PAGE *h;
PAGE              380 libdb/bt_delete.c 	PAGE *pg;
PAGE              472 libdb/bt_delete.c 	PAGE *h;
PAGE              535 libdb/bt_delete.c 	PAGE *h;
PAGE              540 libdb/bt_delete.c 	PAGE *pg;
PAGE              632 libdb/bt_delete.c 	PAGE *h;
PAGE              634 libdb/bt_delete.c 	PAGE *pg;
PAGE              373 libdb/bt_open.c 	PAGE *meta, *root;
PAGE               90 libdb/bt_overflow.c 	PAGE *h;
PAGE              145 libdb/bt_overflow.c 	PAGE *h, *last;
PAGE              196 libdb/bt_overflow.c 	PAGE *h;
PAGE               59 libdb/bt_page.c 	PAGE *h;
PAGE               80 libdb/bt_page.c PAGE *
PAGE               85 libdb/bt_page.c 	PAGE *h;
PAGE               80 libdb/bt_put.c 	PAGE *h;
PAGE              273 libdb/bt_put.c 	PAGE *h;
PAGE               47 libdb/bt_search.c static int __bt_snext(BTREE *, PAGE *, const DBT *, int *);
PAGE               48 libdb/bt_search.c static int __bt_sprev(BTREE *, PAGE *, const DBT *, int *);
PAGE               69 libdb/bt_search.c 	PAGE *h;
PAGE              150 libdb/bt_search.c 	PAGE *h;
PAGE              188 libdb/bt_search.c 	PAGE *h;
PAGE              158 libdb/bt_seq.c 	PAGE *h;
PAGE              246 libdb/bt_seq.c 	PAGE *h;
PAGE              347 libdb/bt_seq.c 	PAGE *h;
PAGE               57 libdb/bt_split.c static int	 bt_broot(BTREE *, PAGE *, PAGE *, PAGE *);
PAGE               58 libdb/bt_split.c static PAGE	*bt_page(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
PAGE               60 libdb/bt_split.c static PAGE	*bt_psplit(BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t);
PAGE               61 libdb/bt_split.c static PAGE	*bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
PAGE               62 libdb/bt_split.c static int	 bt_rroot(BTREE *, PAGE *, PAGE *, PAGE *);
PAGE               63 libdb/bt_split.c static recno_t	 rec_total(PAGE *);
PAGE               84 libdb/bt_split.c 	PAGE *sp;
PAGE               94 libdb/bt_split.c 	PAGE *h, *l, *r, *lchild, *rchild;
PAGE              342 libdb/bt_split.c static PAGE *
PAGE              345 libdb/bt_split.c 	PAGE *h, **lp, **rp;
PAGE              349 libdb/bt_split.c 	PAGE *l, *r, *tp;
PAGE              388 libdb/bt_split.c 	if ((l = (PAGE *)malloc(t->bt_psize)) == NULL) {
PAGE              446 libdb/bt_split.c static PAGE *
PAGE              449 libdb/bt_split.c 	PAGE *h, **lp, **rp;
PAGE              453 libdb/bt_split.c 	PAGE *l, *r, *tp;
PAGE              495 libdb/bt_split.c 	PAGE *h, *l, *r;
PAGE              534 libdb/bt_split.c 	PAGE *h, *l, *r;
PAGE              607 libdb/bt_split.c static PAGE *
PAGE              610 libdb/bt_split.c 	PAGE *h, *l, *r;
PAGE              618 libdb/bt_split.c 	PAGE *rval;
PAGE              789 libdb/bt_split.c 	PAGE *h;
PAGE              813 libdb/bt_split.c 	PAGE *h;
PAGE              162 libdb/bt_utils.c 	PAGE *h;
PAGE              264 libdb/btree.h  	PAGE	*page;			/**< the (pinned) page */
PAGE              333 libdb/btree.h  	PAGE	 *bt_pinned;		/**< page pinned across calls */
PAGE               38 libdb/extern.h int	 __bt_dleaf(BTREE *, const DBT *, PAGE *, u_int);
PAGE               40 libdb/extern.h int	 __bt_free(BTREE *, PAGE *);
PAGE               42 libdb/extern.h PAGE	*__bt_new(BTREE *, pgno_t *);
PAGE               51 libdb/extern.h int	 __bt_split(BTREE *, PAGE *,
PAGE               60 libdb/extern.h void	 __bt_dpage(PAGE *);