Searched refs:bt_preserve (Results 1 – 1 of 1) sorted by relevance
47 static int bt_preserve(BTREE *, pgno_t);237 if (bt_preserve(t, pgno) == RET_ERROR) in __bt_split()548 if (bt_preserve(t, pgno) == RET_ERROR) in bt_broot()764 bt_preserve(BTREE *t, pgno_t pg) in bt_preserve() function