Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbe.h36 struct VdbeOp { struct
47 typedef struct VdbeOp VdbeOp; typedef
98 VdbeOp *sqliteVdbeGetOp(Vdbe*, int);
H A DvdbeInt.h41 typedef struct VdbeOp Op;
H A Dvdbeaux.c76 VdbeOp *pOp; in sqliteVdbeAddOp()
222 VdbeOp *pOut = &p->aOp[i+addr]; in sqliteVdbeAddOpList()
384 VdbeOp *sqliteVdbeGetOp(Vdbe *p, int addr){ in sqliteVdbeGetOp()
H A Dinsert.c205 VdbeOp *pOp = sqliteVdbeGetOp(v, addr-2); in sqliteInsert()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8174 struct VdbeOp { struct
8205 typedef struct VdbeOp VdbeOp; argument
12514 typedef struct VdbeOp Op;
57660 VdbeOp *pNew;
57688 VdbeOp *pOp;
58017 VdbeOp *aOp = p->aOp;
58395 return (VdbeOp*)&dummy;
58867 VdbeOp *pOp;
58884 VdbeOp *pOp;
85908 VdbeOp *pOp;
[all …]

Completed in 388 milliseconds