/src/lib/libc/db/btree/ |
bt_split.c | 56 static int bt_preserve(BTREE *, pgno_t); 147 * and the root page or the overflow key page when calling bt_preserve. 251 if (bt_preserve(t, pgno) == RET_ERROR) 572 if (bt_preserve(t, pgno) == RET_ERROR) 783 * BT_PRESERVE -- Mark a chain of pages as used by an internal node. 798 bt_preserve(BTREE *t, pgno_t pg) function in typeref:typename:int
|
bt_split.c | 56 static int bt_preserve(BTREE *, pgno_t); 147 * and the root page or the overflow key page when calling bt_preserve. 251 if (bt_preserve(t, pgno) == RET_ERROR) 572 if (bt_preserve(t, pgno) == RET_ERROR) 783 * BT_PRESERVE -- Mark a chain of pages as used by an internal node. 798 bt_preserve(BTREE *t, pgno_t pg) function in typeref:typename:int
|
bt_split.c | 56 static int bt_preserve(BTREE *, pgno_t); 147 * and the root page or the overflow key page when calling bt_preserve. 251 if (bt_preserve(t, pgno) == RET_ERROR) 572 if (bt_preserve(t, pgno) == RET_ERROR) 783 * BT_PRESERVE -- Mark a chain of pages as used by an internal node. 798 bt_preserve(BTREE *t, pgno_t pg) function in typeref:typename:int
|
bt_split.c | 56 static int bt_preserve(BTREE *, pgno_t); 147 * and the root page or the overflow key page when calling bt_preserve. 251 if (bt_preserve(t, pgno) == RET_ERROR) 572 if (bt_preserve(t, pgno) == RET_ERROR) 783 * BT_PRESERVE -- Mark a chain of pages as used by an internal node. 798 bt_preserve(BTREE *t, pgno_t pg) function in typeref:typename:int
|