Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dcopy.c65 sqliteOpenTableAndIndices(pParse, pTab, 0); in sqliteCopy()
H A Dinsert.c336 idx = sqliteOpenTableAndIndices(pParse, pTab, base); in sqliteInsert()
414 idx = sqliteOpenTableAndIndices(pParse, pTab, base); in sqliteInsert()
910 int sqliteOpenTableAndIndices(Parse *pParse, Table *pTab, int base){ in sqliteOpenTableAndIndices() function
H A Ddelete.c259 sqliteOpenTableAndIndices(pParse, pTab, iCur); in sqliteDeleteFrom()
H A DsqliteInt.h1217 int sqliteOpenTableAndIndices(Parse*, Table*, int);