Searched refs:sqlite3OpenTableAndIndices (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | delete.c | 586 sqlite3OpenTableAndIndices(pParse, pTab, OP_OpenWrite, OPFLAG_FORDELETE, in sqlite3DeleteFrom()
|
| H A D | insert.c | 1049 nIdx = sqlite3OpenTableAndIndices(pParse, pTab, OP_OpenWrite, 0, -1, 0, in sqlite3Insert() 2640 int sqlite3OpenTableAndIndices( in sqlite3OpenTableAndIndices() function
|
| H A D | update.c | 815 sqlite3OpenTableAndIndices(pParse, pTab, OP_OpenWrite, 0, iBaseCur, in sqlite3Update()
|
| H A D | pragma.c | 1769 sqlite3OpenTableAndIndices(pParse, pTab, OP_OpenRead, 0, in sqlite3Pragma()
|
| H A D | sqliteInt.h | 4837 int sqlite3OpenTableAndIndices(Parse*, Table*, int, u8, int, u8*, int*, int*);
|