Home
last modified time | relevance | path

Searched refs:bt_root (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/lib/libc/db/btree/
Dbt_split.c49 static PAGE *bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
95 bt_root(t, sp, &l, &r, &skip, ilen) : in __bt_split()
207 bt_root(t, h, &l, &r, &skip, nbytes) : in __bt_split()
429 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) in bt_root() function