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

  /src/lib/libc/db/btree/
bt_split.c 59 static int bt_rroot(BTREE *, PAGE *, PAGE *, PAGE *);
125 bt_rroot(t, sp, l, r) : bt_broot(t, sp, l, r)) == RET_ERROR)
304 bt_rroot(t, sp, l, r) : bt_broot(t, sp, l, r)) == RET_ERROR)
479 * BT_RROOT -- Fix up the recno root page after it has been split.
491 bt_rroot(BTREE *t, PAGE *h, PAGE *l, PAGE *r) function in typeref:typename:int
821 * all the way back to bt_split/bt_rroot and it's not very clean.

Completed in 12 milliseconds