Searched refs:nRow (Results 1 – 2 of 2) sorted by relevance
952 sqlite3_int64 nRow; /* Number of rows handled so far */ member1264 i64 nRow = 0; in qrfEqpStats()1283 sqlite3_stmt_scanstatus_v2(pS,i, SQLITE_SCANSTAT_NVISIT,f,(void*)&nRow); in qrfEqpStats()1288 if( nCycle>=0 || nLoop>=0 || nRow>=0 ){ in qrfEqpStats()1307 if( nRow>=0 ){ in qrfEqpStats()1309 qrfApproxInt64(pStats, nRow); in qrfEqpStats()2364 sqlite3_int64 nRow; /* Number of rows */ member2643 sqlite3_int64 nRow = 1; in qrfSplitColumn() local2651 nRow = (pData->n + nCol - 1)/nCol; in qrfSplitColumn()2652 if( nRow==1 ) break; in qrfSplitColumn()[all …]
20380 u32 nRow; /* Number of rows in a VALUES clause */ member33373 pItem->u1.nRow); in sqlite3_str_vappendf()72800 i64 nRow; /* Number of rows visited in current tree */ member84038 pCheck->nRow += nCell;84340 sCheck.nRow = 0;84351 sqlite3MemSetArrayInt64(aCnt, i, sCheck.nRow);89992 int nRow; /* Stop when row count reaches this */ local90007 nRow = p->nOp;90016 nRow += apSub[i]->nOp;90022 if( i>=nRow ){[all …]