Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c1554 int nRow = 0; in shellFakeSchema() local
1572 nRow++; in shellFakeSchema()
1581 if( nRow==0 ){ in shellFakeSchema()
14284 double nRow; /* Number of rows seen */ member
14298 if( p->nRow==0.0 ){ in idxSampleFunc()
14301 bRet = (p->nRet / p->nRow) <= p->target; in idxSampleFunc()
14310 p->nRow += 1.0; in idxSampleFunc()
14620 samplectx.nRow = 0.0; in idxPopulateStat1()
23809 i64 nRow = 0; in display_explain_scanstats() local
23823 sqlite3_stmt_scanstatus_v2(p, ii, SQLITE_SCANSTAT_NVISIT,f,(void*)&nRow); in display_explain_scanstats()
[all …]
H A Dsqlite3.c19739 u32 nRow; /* Number of rows in a VALUES clause */ member
32563 pItem->u1.nRow); in sqlite3_str_vappendf()
71232 i64 nRow; /* Number of rows visited in current tree */ member
82413 pCheck->nRow += nCell;
82715 sCheck.nRow = 0;
82726 sqlite3MemSetArrayInt64(aCnt, i, sCheck.nRow);
88161 int nRow; /* Stop when row count reaches this */ local
88176 nRow = p->nOp;
88185 nRow += apSub[i]->nOp;
88191 if( i>=nRow ){
[all …]