Lines Matching defs:skip
935 int skip; /* index of entry of insertion */
1142 skip = parent->index + 1;
1176 if ((sp->header.flag & BT_ROOT && skip > 1) ||
1177 sp->header.prev != 0 || skip > 1) {
1228 split->index = skip; /* index at insert */
1271 n = skip >> L2DTSLOTSIZE;
1279 dtInsertEntry(sp, skip, &key, data, &dtlck);
1337 int skip, nextindex, half, left, nxt, off, si;
1430 * a entry to it (skip is maxentry), it's likely that the access is
1497 skip = split->index;
1510 if (off == skip)
1591 if (skip <= off) {
1593 dtInsertEntry(sp, skip, split->key, split->data, &sdtlck);
1599 n = skip >> L2DTSLOTSIZE;
1609 /* adjust the skip index to reflect the new position */
1610 skip -= nxt;
1613 dtInsertEntry(rp, skip, split->key, split->data, &rdtlck);
2004 * (skip index in the new right page will not change)