Searched refs:VdbeOpList (Results 1 – 5 of 5) sorted by relevance
56 struct VdbeOpList { struct62 typedef struct VdbeOpList VdbeOpList; argument95 int sqliteVdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp);
201 static VdbeOpList getCacheSize[] = { in sqlitePragma()246 static VdbeOpList getCacheSize[] = { in sqlitePragma()284 static VdbeOpList getSync[] = { in sqlitePragma()337 static VdbeOpList getSync[] = { in sqlitePragma()373 static VdbeOpList tableInfoPreface[] = { in sqlitePragma()403 static VdbeOpList tableInfoPreface[] = { in sqlitePragma()432 static VdbeOpList indexListPreface[] = { in sqlitePragma()460 static VdbeOpList indexListPreface[] = { in sqlitePragma()488 static VdbeOpList indexListPreface[] = { in sqlitePragma()519 static VdbeOpList getTmpDbLoc[] = { in sqlitePragma()[all …]
188 static VdbeOpList insertTrig[] = { in sqliteFinishTrigger()456 static VdbeOpList dropTrigger[] = { in sqliteDropTriggerPtr()
204 int sqliteVdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp){ in sqliteVdbeAddOpList()222 VdbeOpList const *pIn = aOp; in sqliteVdbeAddOpList()
1238 static VdbeOpList dropTable[] = { in sqliteDropTable()1801 static VdbeOpList dropIndex[] = { in sqliteDropIndex()