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

  /src/lib/libc/db/btree/
bt_split.c 58 static PAGE *bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
104 bt_root(t, sp, &l, &r, &skip, ilen) :
221 bt_root(t, h, &l, &r, &skip, nbytes) :
434 * BT_ROOT -- Split the root page of a btree.
448 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) function in typeref:typename:PAGE *
bt_split.c 58 static PAGE *bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
104 bt_root(t, sp, &l, &r, &skip, ilen) :
221 bt_root(t, h, &l, &r, &skip, nbytes) :
434 * BT_ROOT -- Split the root page of a btree.
448 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) function in typeref:typename:PAGE *

Completed in 22 milliseconds