Lines Matching refs:skipNext
72620 int skipNext; /* Prev() is noop if negative. Next() is noop if positive. member
73890 pCur->skipNext = 0;
74019 int skipNext = 0; local
74023 return pCur->skipNext;
74029 rc = btreeMoveto(pCur, pCur->pKey, pCur->nKey, 0, &skipNext);
74035 if( skipNext ) pCur->skipNext = skipNext;
74036 if( pCur->skipNext && pCur->eState==CURSOR_VALID ){
77607 p->skipNext = errCode;
78690 assert( pCur->skipNext!=SQLITE_OK );
78691 return pCur->skipNext;
79453 if( pCur->skipNext>0 ) return SQLITE_OK;
79547 if( pCur->skipNext<0 ) return SQLITE_OK;
83132 pCur->skipNext = -1;
83135 pCur->skipNext = 1;