Lines Matching refs:seekResult
15278 int flags, int seekResult);
22276 int seekResult; /* Result of previous sqlite3BtreeMoveto() or 0
22314 ((P)->eCurType==CURTYPE_PSEUDO && (P)->nullRow && (P)->seekResult==0)
75822 int seekResult /* Result of prior IndexMoveto() call */
75825 int loc = seekResult; /* -1: before desired location +1: after */
75835 assert( (flags & BTREE_PREFORMAT)==0 || seekResult || pCur->pKeyInfo==0 );
91055 || (pC->eCurType==CURTYPE_PSEUDO && pC->seekResult==0) );
91064 if( pC->eCurType==CURTYPE_PSEUDO && pC->seekResult>0 ){
91067 pReg = &aMem[pC->seekResult];
92703 pCx->seekResult = pOp->p2;
93364 rc = sqlite3BtreeIndexMoveto(pC->uc.pCursor, &r, &pC->seekResult);
93376 rc = sqlite3BtreeIndexMoveto(pC->uc.pCursor, pIdxKey, &pC->seekResult);
93382 alreadyExists = (pC->seekResult==0);
93508 pC->seekResult = res;
93717 int seekResult; /* Result of prior seek or 0 if no USESEEKRESULT flag */
93770 seekResult = ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0);
93779 seekResult
93943 pC->seekResult = 0;
94168 pC->seekResult = 0;
94225 pC->seekResult = -1;
94500 ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0)
94578 pC->seekResult = 0;