Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c2217 static void estimateIndexWidth(Index *pIdx){ in estimateIndexWidth() function
2764 estimateIndexWidth(pIdx); in sqlite3EndTable()
4260 if( pParse->pNewTable==0 ) estimateIndexWidth(pIndex); in sqlite3CreateIndex()