Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c3248 static void destroyRootPage(Parse *pParse, int iTable, int iDb){ in destroyRootPage() function
3317 destroyRootPage(pParse, iLargest, iDb); in destroyTable()
4614 destroyRootPage(pParse, pIndex->tnum, iDb); in sqlite3DropIndex()