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 *
|