Searched refs:sqlite3IndexHasDuplicateRootPage (Results 1 – 3 of 3) sorted by relevance
61 int sqlite3IndexHasDuplicateRootPage(Index *pIndex){ in sqlite3IndexHasDuplicateRootPage() function180 || sqlite3IndexHasDuplicateRootPage(pIndex) in sqlite3InitCallback()
4600 int sqlite3IndexHasDuplicateRootPage(Index*);
4356 if( sqlite3IndexHasDuplicateRootPage(pIndex) ){ in sqlite3CreateIndex()