Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dvdbe.h56 struct VdbeOpList { struct
62 typedef struct VdbeOpList VdbeOpList; argument
95 int sqliteVdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp);
H A Dpragma.c201 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 …]
H A Dtrigger.c188 static VdbeOpList insertTrig[] = { in sqliteFinishTrigger()
456 static VdbeOpList dropTrigger[] = { in sqliteDropTriggerPtr()
H A Dvdbeaux.c204 int sqliteVdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp){ in sqliteVdbeAddOpList()
222 VdbeOpList const *pIn = aOp; in sqliteVdbeAddOpList()
H A Dbuild.c1238 static VdbeOpList dropTable[] = { in sqliteDropTable()
1801 static VdbeOpList dropIndex[] = { in sqliteDropIndex()