Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dvdbe.h39 struct VdbeOp { struct
50 typedef struct VdbeOp VdbeOp; argument
101 VdbeOp *sqliteVdbeGetOp(Vdbe*, int);
H A DvdbeInt.h44 typedef struct VdbeOp Op;
H A Dvdbeaux.c79 VdbeOp *pOp; in sqliteVdbeAddOp()
225 VdbeOp *pOut = &p->aOp[i+addr]; in sqliteVdbeAddOpList()
387 VdbeOp *sqliteVdbeGetOp(Vdbe *p, int addr){ in sqliteVdbeGetOp()
H A Dinsert.c208 VdbeOp *pOp = sqliteVdbeGetOp(v, addr-2); in sqliteInsert()