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

  /src/lib/libc/db/btree/
bt_split.c 89 PAGE *h, *l, *r, *lchild, *rchild; local in function:__bt_split
153 rchild = r;
179 switch (rchild->flags & P_TYPE) {
181 bi = GETBINTERNAL(rchild, 0);
185 bl = GETBLEAF(rchild, 0);
235 switch (rchild->flags & P_TYPE) {
240 ((BINTERNAL *)(void *)dest)->pgno = rchild->pgno;
246 rchild->pgno, bl->flags & P_BIGKEY);
270 ((RINTERNAL *)(void *)dest)->nrecs = rec_total(rchild);
271 ((RINTERNAL *)(void *)dest)->pgno = rchild->pgno
    [all...]

Completed in 11 milliseconds