Home
last modified time | relevance | path

Searched refs:VdbeOpList (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dpragma.c198 static VdbeOpList getCacheSize[] = { in sqlitePragma()
243 static VdbeOpList getCacheSize[] = { in sqlitePragma()
281 static VdbeOpList getSync[] = { in sqlitePragma()
334 static VdbeOpList getSync[] = { in sqlitePragma()
370 static VdbeOpList tableInfoPreface[] = { in sqlitePragma()
400 static VdbeOpList tableInfoPreface[] = { in sqlitePragma()
429 static VdbeOpList indexListPreface[] = { in sqlitePragma()
457 static VdbeOpList indexListPreface[] = { in sqlitePragma()
485 static VdbeOpList indexListPreface[] = { in sqlitePragma()
516 static VdbeOpList getTmpDbLoc[] = { in sqlitePragma()
[all …]
H A Dvdbe.h53 struct VdbeOpList { struct
59 typedef struct VdbeOpList VdbeOpList; argument
92 int sqliteVdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp);
H A Dtrigger.c185 static VdbeOpList insertTrig[] = { in sqliteFinishTrigger()
453 static VdbeOpList dropTrigger[] = { in sqliteDropTriggerPtr()
H A Dvdbeaux.c201 int sqliteVdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp){ in sqliteVdbeAddOpList()
219 VdbeOpList const *pIn = aOp; in sqliteVdbeAddOpList()
H A Dbuild.c1235 static VdbeOpList dropTable[] = { in sqliteDropTable()
1798 static VdbeOpList dropIndex[] = { in sqliteDropIndex()