Searched refs:sqliteOpenTableAndIndices (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | copy.c | 62 sqliteOpenTableAndIndices(pParse, pTab, 0); in sqliteCopy()
|
H A D | insert.c | 333 idx = sqliteOpenTableAndIndices(pParse, pTab, base); in sqliteInsert() 411 idx = sqliteOpenTableAndIndices(pParse, pTab, base); in sqliteInsert() 907 int sqliteOpenTableAndIndices(Parse *pParse, Table *pTab, int base){ in sqliteOpenTableAndIndices() function
|
H A D | delete.c | 256 sqliteOpenTableAndIndices(pParse, pTab, iCur); in sqliteDeleteFrom()
|
H A D | sqliteInt.h | 1214 int sqliteOpenTableAndIndices(Parse*, Table*, int);
|