Home
last modified time | relevance | path

Searched refs:pSeqTab (Results 176 – 178 of 178) sorted by relevance

12345678

/dports/games/libretro-mgba/mgba-6186d45/src/third-party/sqlite3/
H A Dsqlite3.c13852 Table *pSeqTab; /* The sqlite_sequence table used by AUTOINCREMENT */ member
99868 pTable->pSchema->pSeqTab = pTable;
100940 if( pDb->pSchema->pSeqTab==0 ){
103817 pSchema->pSeqTab = 0;
108305 sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenRead);
108364 sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenWrite);
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vdb-sqlite/
H A Dsqlite3.c13853 Table *pSeqTab; /* The sqlite_sequence table used by AUTOINCREMENT */ member
99869 pTable->pSchema->pSeqTab = pTable;
100941 if( pDb->pSchema->pSeqTab==0 ){
103818 pSchema->pSeqTab = 0;
108306 sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenRead);
108365 sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenWrite);
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vdb-sqlite/
H A Dsqlite3.c13853 Table *pSeqTab; /* The sqlite_sequence table used by AUTOINCREMENT */ member
99869 pTable->pSchema->pSeqTab = pTable;
100941 if( pDb->pSchema->pSeqTab==0 ){
103818 pSchema->pSeqTab = 0;
108306 sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenRead);
108365 sqlite3OpenTable(pParse, 0, p->iDb, pDb->pSchema->pSeqTab, OP_OpenWrite);

12345678