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

  /src/lib/libc/db/btree/
bt_split.c 55 static PAGE *bt_page(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
105 bt_page(t, sp, &l, &r, &skip, ilen);
222 bt_page(t, h, &l, &r, &skip, nbytes);
333 * BT_PAGE -- Split a non-root page of a btree.
347 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) function in typeref:typename:PAGE *
bt_split.c 55 static PAGE *bt_page(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
105 bt_page(t, sp, &l, &r, &skip, ilen);
222 bt_page(t, h, &l, &r, &skip, nbytes);
333 * BT_PAGE -- Split a non-root page of a btree.
347 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) function in typeref:typename:PAGE *

Completed in 22 milliseconds