Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbe.h53 struct VdbeOpList { struct
59 typedef struct VdbeOpList VdbeOpList; argument
92 int sqliteVdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp);
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()
516 static VdbeOpList getTmpDbLoc[] = { in sqlitePragma()
540 static VdbeOpList getTmpDbLoc[] = { in sqlitePragma()
571 static VdbeOpList initCode[] = { in sqlitePragma()
579 static VdbeOpList checkDb[] = { in sqlitePragma()
604 static VdbeOpList endCode[] = { in sqlitePragma()
651 static VdbeOpList idxErr[] = { in sqlitePragma()
[all …]
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()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8224 struct VdbeOpList { struct
8230 typedef struct VdbeOpList VdbeOpList; argument
58042 VdbeOpList const *pIn = aOp;
69045 static const VdbeOpList openBlob[] = {
88449 static const VdbeOpList getCacheSize[] = {
89156 static const VdbeOpList endCode[] = {
89247 static const VdbeOpList idxErr[] = {
89272 static const VdbeOpList cntIdx[] = {
89425 static const VdbeOpList setCookie[] = {
89437 static const VdbeOpList readCookie[] = {
[all …]

Completed in 1659 milliseconds