Searched refs:sqliteOpenTableAndIndices (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | copy.c | 65 sqliteOpenTableAndIndices(pParse, pTab, 0); in sqliteCopy()
|
H A D | insert.c | 336 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 D | delete.c | 259 sqliteOpenTableAndIndices(pParse, pTab, iCur); in sqliteDeleteFrom()
|
H A D | sqliteInt.h | 1217 int sqliteOpenTableAndIndices(Parse*, Table*, int);
|