BTREE 57 libdb/bt_close.c static int bt_meta(BTREE *); BTREE 72 libdb/bt_close.c BTREE *t; BTREE 132 libdb/bt_close.c BTREE *t; BTREE 170 libdb/bt_close.c BTREE *t; BTREE 67 libdb/bt_conv.c if (!F_ISSET(((BTREE *)t), B_NEEDSWAP)) BTREE 144 libdb/bt_conv.c if (!F_ISSET(((BTREE *)t), B_NEEDSWAP)) BTREE 62 libdb/bt_debug.c BTREE *t; BTREE 140 libdb/bt_debug.c BTREE *t; BTREE 254 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 146 libdb/bt_delete.c BTREE *t; BTREE 291 libdb/bt_delete.c BTREE *t; BTREE 376 libdb/bt_delete.c BTREE *t; BTREE 470 libdb/bt_delete.c BTREE *t; BTREE 533 libdb/bt_delete.c BTREE *t; BTREE 631 libdb/bt_delete.c BTREE *t; BTREE 66 libdb/bt_get.c BTREE *t; BTREE 84 libdb/bt_open.c static int nroot(BTREE *); BTREE 110 libdb/bt_open.c BTREE *t; BTREE 175 libdb/bt_open.c if ((t = (BTREE *)malloc(sizeof(BTREE))) == NULL) BTREE 177 libdb/bt_open.c memset(t, 0, sizeof(BTREE)); BTREE 371 libdb/bt_open.c BTREE *t; BTREE 455 libdb/bt_open.c BTREE *t; BTREE 84 libdb/bt_overflow.c BTREE *t; BTREE 141 libdb/bt_overflow.c BTREE *t; BTREE 193 libdb/bt_overflow.c BTREE *t; BTREE 58 libdb/bt_page.c BTREE *t; BTREE 82 libdb/bt_page.c BTREE *t; BTREE 56 libdb/bt_put.c static EPG *bt_fast(BTREE *, const DBT *, const DBT *, int *); BTREE 77 libdb/bt_put.c BTREE *t; BTREE 269 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 65 libdb/bt_search.c BTREE *t; BTREE 149 libdb/bt_search.c BTREE *t; BTREE 187 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 153 libdb/bt_seq.c BTREE *t; BTREE 241 libdb/bt_seq.c BTREE *t; BTREE 342 libdb/bt_seq.c BTREE *t; BTREE 442 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 83 libdb/bt_split.c BTREE *t; BTREE 344 libdb/bt_split.c BTREE *t; BTREE 448 libdb/bt_split.c BTREE *t; BTREE 494 libdb/bt_split.c BTREE *t; BTREE 533 libdb/bt_split.c BTREE *t; BTREE 609 libdb/bt_split.c BTREE *t; BTREE 786 libdb/bt_split.c BTREE *t; BTREE 70 libdb/bt_utils.c BTREE *t; BTREE 155 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 *);