Home | History | Annotate | Download | only in liblmdb

Lines Matching defs:pspill

3551 		MDB_IDL pspill;
3583 if ((pspill = parent->mt_spill_pgs) && (ps_len = pspill[0])) {
3585 pspill[0] = (pgno_t)-1;
3589 while (pn > pspill[x])
3591 if (pn == pspill[x]) {
3592 pspill[x] = 1;
3598 if (!(pspill[x] & 1))
3599 pspill[++y] = pspill[x];
3600 pspill[0] = y;