Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dbuild.c1932 static void destroyTable(Parse *pParse, Table *pTab){ in destroyTable() function
2133 destroyTable(pParse, pTab); in sqlite3DropTable()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c78771 static void destroyTable(Parse *pParse, Table *pTab){
78972 destroyTable(pParse, pTab);
/external/sqlite/dist/
Dsqlite3.c88384 static void destroyTable(Parse *pParse, Table *pTab){
88518 destroyTable(pParse, pTab);
/external/sqlite/dist/orig/
Dsqlite3.c88364 static void destroyTable(Parse *pParse, Table *pTab){
88498 destroyTable(pParse, pTab);