Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.h36 struct VdbeOp { struct
47 typedef struct VdbeOp VdbeOp; argument
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()