Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c918 int nRow = 0; in shellFakeSchema() local
936 nRow++; in shellFakeSchema()
945 if( nRow==0 ){ in shellFakeSchema()
10815 double target; /* Target nRet/nRow value */
10816 double nRow; /* Number of rows seen */ member
10830 if( p->nRow==0.0 ){ in idxSampleFunc()
10833 bRet = (p->nRet / p->nRow) <= p->target; in idxSampleFunc()
10842 p->nRow += 1.0; in idxSampleFunc()
11145 samplectx.nRow = 0.0; in idxPopulateStat1()
17411 " nLoop=%-8lld nRow in display_scanstats()
17834 sqlite3_int64 nRow = 0; exec_prepared_stmt_columnar() local
18060 sqlite3_uint64 nRow = 0; exec_prepared_stmt() local
18127 nRow, nRow!=1 ? "s" : ""); exec_prepared_stmt() local
19884 int nRow; /* Number of rows imported */ global() member
24655 int nRow, nAlloc; do_meta_command() local
[all...]
H A Dsqlite3.c84636 int nRow; /* Stop when row count reaches this */ global() local
114890 tRowcnt nRow; /* Number of rows visited so far */ global() member
116249 tRowcnt nRow; /* Number of rows in index */ global() local
140984 int nRow = 1; global() local
146192 u32 nRow; /* Number of rows in the result */ global() member
151515 LogEst nRow; /* Estimated number of rows generated by this path */ global() member
161276 whereSortingCost( WhereInfo *pWInfo, LogEst nRow, int nOrderBy, int nSorted ) global() argument
181223 fts3SetEstimatedRows(sqlite3_index_info *pIdxInfo, i64 nRow) global() argument
202936 i64 nRow; /* Estimated rows returned by this scan */ global() local
204386 i64 nRow = RTREE_MIN_ROWEST; global() local
209033 int nRow; global() member
224854 sqlite3_int64 nRow = 0; /* Number of rows in table */ global() local
240725 i64 nRow = 0; global() local
240730 i64 nRow = 0; global() local
[all...]

Completed in 152 milliseconds