Home
last modified time | relevance | path

Searched refs:nRow (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c952 sqlite3_int64 nRow; /* Number of rows handled so far */ member
1264 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 */ member
2643 sqlite3_int64 nRow = 1; in qrfSplitColumn() local
2651 nRow = (pData->n + nCol - 1)/nCol; in qrfSplitColumn()
2652 if( nRow==1 ) break; in qrfSplitColumn()
[all …]
H A Dsqlite3.c20380 u32 nRow; /* Number of rows in a VALUES clause */ member
33373 pItem->u1.nRow); in sqlite3_str_vappendf()
72800 i64 nRow; /* Number of rows visited in current tree */ member
84038 pCheck->nRow += nCell;
84340 sCheck.nRow = 0;
84351 sqlite3MemSetArrayInt64(aCnt, i, sCheck.nRow);
89992 int nRow; /* Stop when row count reaches this */ local
90007 nRow = p->nOp;
90016 nRow += apSub[i]->nOp;
90022 if( i>=nRow ){
[all …]