Lines Matching defs:totalRows
9933 int (*xFinish)(void* pCtx, int addedRows, int totalRows);
22900 int totalRows;
88675 int totalRows = v->totalRows;
88704 v->totalRows = totalRows;
91478 p->pSharedBlock->xFinish(p->pSharedBlock->pContext, p->addedRows, p->totalRows);
91928 p->totalRows++;
91929 if( p->totalRows<=p->startPos || p->blockFull ){
91952 p->pSharedBlock->xFinish(pCtx, p->addedRows, p->totalRows);
92762 if( p->totalRows < p->startPos || p->blockFull ){
92763 p->totalRows++;
97788 if( p->totalRows < p->startPos || p->blockFull ){
174354 pVdbe->totalRows = 0;