HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3OpenTable (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
insert.c 20 void sqlite3OpenTable(
241 sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenRead);
292 sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenWrite);
    [all...]
update.c 343 if( !okOnePass ) sqlite3OpenTable(pParse, iCur, iDb, pTab, OP_OpenWrite);
fkey.c 368 sqlite3OpenTable(pParse, iCur, iDb, pTab, OP_OpenRead);
    [all...]
sqliteInt.h     [all...]
expr.c     [all...]
build.c     [all...]
where.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 85 milliseconds