Lines Matching refs:skipNext
71052 int skipNext; /* Prev() is noop if negative. Next() is noop if positive. member
72322 pCur->skipNext = 0;
72451 int skipNext = 0; local
72455 return pCur->skipNext;
72461 rc = btreeMoveto(pCur, pCur->pKey, pCur->nKey, 0, &skipNext);
72467 if( skipNext ) pCur->skipNext = skipNext;
72468 if( pCur->skipNext && pCur->eState==CURSOR_VALID ){
76010 p->skipNext = errCode;
77093 assert( pCur->skipNext!=SQLITE_OK );
77094 return pCur->skipNext;
77833 if( pCur->skipNext>0 ) return SQLITE_OK;
77927 if( pCur->skipNext<0 ) return SQLITE_OK;
81507 pCur->skipNext = -1;
81510 pCur->skipNext = 1;