Searched refs:bt_psplit (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/db/btree/ |
H A D | bt_split.c | 48 static PAGE *bt_psplit(BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t); 403 tp = bt_psplit(t, h, l, r, skip, ilen); in bt_page() 454 tp = bt_psplit(t, h, l, r, skip, ilen); in bt_root() 590 bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen) in bt_psplit() function
|