Lines Matching refs:seekResult
17362 int flags, int seekResult);
24348 int seekResult; /* Result of previous sqlite3BtreeMoveto() or 0 member
24394 ((P)->eCurType==CURTYPE_PSEUDO && (P)->nullRow && (P)->seekResult==0)
82519 int seekResult /* Result of prior IndexMoveto() call */ argument
82522 int loc = seekResult; /* -1: before desired location +1: after */
82531 assert( (flags & BTREE_PREFORMAT)==0 || seekResult || pCur->pKeyInfo==0 );
99447 || (pC->eCurType==CURTYPE_PSEUDO && pC->seekResult==0) );
99456 if( pC->eCurType==CURTYPE_PSEUDO && pC->seekResult>0 ){
99459 pReg = &aMem[pC->seekResult];
101139 pCx->seekResult = pOp->p2;
101847 rc = sqlite3BtreeIndexMoveto(pC->uc.pCursor, &r, &pC->seekResult);
101859 rc = sqlite3BtreeIndexMoveto(pC->uc.pCursor, pIdxKey, &pC->seekResult);
101865 alreadyExists = (pC->seekResult==0);
101991 pC->seekResult = res;
102200 int seekResult; /* Result of prior seek or 0 if no USESEEKRESULT flag */ local
102256 seekResult = ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0);
102266 seekResult
102437 pC->seekResult = 0;
102662 pC->seekResult = 0;
102719 pC->seekResult = -1;
103040 ((pOp->p5 & OPFLAG_USESEEKRESULT) ? pC->seekResult : 0)
103116 pC->seekResult = 0;
103124 pC->seekResult = 0;