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

/freebsd-9.3-release/lib/libc/db/btree/
H A Dbt_split.c54 static PAGE *bt_root(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
100 bt_root(t, sp, &l, &r, &skip, ilen) :
212 bt_root(t, h, &l, &r, &skip, nbytes) :
433 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) function

Completed in 104 milliseconds