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

  /external/chromium_org/third_party/sqlite/src/src/
callback.c 429 pSchema->pSeqTab = 0;
insert.c 241 sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenRead);
292 sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenWrite);
    [all...]
sqliteInt.h 693 Table *pSeqTab; /* The sqlite_sequence table used by AUTOINCREMENT */
    [all...]
build.c 850 pTable->pSchema->pSeqTab = pTable;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 868 milliseconds