HomeSort by: relevance | last modified time | path
    Searched defs:bt_preserve (Results 1 - 2 of 2) sorted by relevancy

  /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
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

Completed in 66 milliseconds