Home
last modified time | relevance | path

Searched refs:sqlite3DefaultRowEst (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Danalyze.c1913 if( !pIdx->hasStat1 ) sqlite3DefaultRowEst(pIdx);
H A Dbuild.c4259 sqlite3DefaultRowEst(pIndex); in sqlite3CreateIndex()
4513 void sqlite3DefaultRowEst(Index *pIdx){ in sqlite3DefaultRowEst() function
H A DsqliteInt.h5113 void sqlite3DefaultRowEst(Index*);