Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c2002 int nRow = 0; in shellFakeSchema() local
2020 nRow++; in shellFakeSchema()
2029 if( nRow==0 ){ in shellFakeSchema()
13376 double nRow; /* Number of rows seen */ member
13390 if( p->nRow==0.0 ){ in idxSampleFunc()
13393 bRet = (p->nRet / p->nRow) <= p->target; in idxSampleFunc()
13402 p->nRow += 1.0; in idxSampleFunc()
13706 samplectx.nRow = 0.0; in idxPopulateStat1()
21366 i64 nRow = 0; in display_explain_scanstats() local
21380 sqlite3_stmt_scanstatus_v2(p, ii, SQLITE_SCANSTAT_NVISIT,f,(void*)&nRow); in display_explain_scanstats()
[all …]
H A Dsqlite3.c19299 u32 nRow; /* Number of rows in a VALUES clause */ member
32004 pItem->u1.nRow); in sqlite3_str_vappendf()
70222 i64 nRow; /* Number of rows visited in current tree */
81360 pCheck->nRow += nCell;
81662 sCheck.nRow = 0;
81673 sqlite3MemSetArrayInt64(aCnt, i, sCheck.nRow);
87084 int nRow; /* Stop when row count reaches this */
87099 nRow = p->nOp;
87108 nRow += apSub[i]->nOp;
87114 if( i>=nRow ){
[all …]