Lines Matching defs:startPos
9929 int startPos;
9932 int (*xReset)(void* pCtx, int startPos);
22902 int startPos;
88677 int startPos = v->startPos;
88706 v->startPos = startPos;
91929 if( p->totalRows<=p->startPos || p->blockFull ){
91934 if( rc==SQLITE_FULL && p->addedRows && (p->startPos + p->addedRows) <= p->pSharedBlock->requiredPos ){
91935 p->startPos += p->addedRows;
91937 p->pSharedBlock->xReset(pCtx,p->startPos);
92762 if( p->totalRows < p->startPos || p->blockFull ){
97788 if( p->totalRows < p->startPos || p->blockFull ){
174352 pVdbe->startPos = pSharedBlock->startPos;