Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dprepare.c61 int sqlite3IndexHasDuplicateRootPage(Index *pIndex){ in sqlite3IndexHasDuplicateRootPage() function
180 || sqlite3IndexHasDuplicateRootPage(pIndex) in sqlite3InitCallback()
H A DsqliteInt.h4600 int sqlite3IndexHasDuplicateRootPage(Index*);
H A Dbuild.c4356 if( sqlite3IndexHasDuplicateRootPage(pIndex) ){ in sqlite3CreateIndex()