Home | History | Annotate | Download | only in dist

Lines Matching refs:VdbeOp

13700 ** for the VdbeOp definition.
13710 struct VdbeOp {
13748 typedef struct VdbeOp VdbeOp;
13755 VdbeOp *aOp; /* Array of opcodes for sub-program */
13765 ** A smaller version of VdbeOp used for the VdbeAddOpList() function because
13777 ** Allowed values of VdbeOp.p4type
13828 ** of a VdbeOp structure into a negative number so that
14087 SQLITE_PRIVATE VdbeOp *sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp, int iLineno);
14101 SQLITE_PRIVATE VdbeOp *sqlite3VdbeGetOp(Vdbe*, int);
14124 SQLITE_PRIVATE VdbeOp *sqlite3VdbeTakeOpArray(Vdbe*, int*, int*);
18678 typedef struct VdbeOp Op;
73065 VdbeOp *pNew;
73134 VdbeOp *pOp;
73293 VdbeOp *pOp = &p->aOp[addr];
73674 SQLITE_PRIVATE VdbeOp *sqlite3VdbeTakeOpArray(Vdbe *p, int *pnOp, int *pnMaxArg){
73675 VdbeOp *aOp = p->aOp;
73694 SQLITE_PRIVATE VdbeOp *sqlite3VdbeAddOpList(
73701 VdbeOp *pOut, *pFirst;
73895 VdbeOp *pOp;
73998 VdbeOp *pOp;
74075 ** routine, then a pointer to a dummy VdbeOp will be returned. That opcode
74083 SQLITE_PRIVATE VdbeOp *sqlite3VdbeGetOp(Vdbe *p, int addr){
74086 static VdbeOp dummy; /* Ignore the MSVC warning about no initializer */
74093 return (VdbeOp*)&dummy;
74790 const VdbeOp *pOp = &p->aOp[0];
74806 VdbeOp *pOp;
80519 static Mem *out2Prerelease(Vdbe *p, VdbeOp *pOp){
80846 VdbeOp *pCaller;
87565 VdbeOp *aOp;
97023 VdbeOp *pOp;
107538 VdbeOp *pOp;
111011 VdbeOp *pOp = sqlite3VdbeGetOp(v, i);
111120 VdbeOp *aOp;
111176 VdbeOp *aOp;
111746 VdbeOp *pOp;
115759 VdbeOp *aOp;
116013 VdbeOp *aOp;
116982 VdbeOp *aOp;
117111 VdbeOp *aOp;
117126 VdbeOp *aOp;
119229 VdbeOp *pOp; /* Opcode that opens the sorter */
119455 VdbeOp *pOp; /* No longer required OpenEphemeral instr. */
129950 VdbeOp *pOp;
130450 VdbeOp *pOp; /* Opcode to access the value of the IN constraint */
133450 VdbeOp *pOp = sqlite3VdbeGetOp(v, iStart);
138031 VdbeOp *pOp;