Searched defs:VdbeOp (Results 1 – 2 of 2) sorted by relevance
8207 struct VdbeOp { struct8208 u8 opcode; /* What operation to perform */8209 signed char p4type; /* One of the P4_xxx constants for p4 */8210 u8 opflags; /* Mask of the OPFLG_* flags in opcodes.h */8211 u8 p5; /* Fifth parameter is an unsigned character */8212 int p1; /* First operand */8213 int p2; /* Second parameter (often the jump destination) */8214 int p3; /* The third parameter */8215 union { /* fourth parameter */8239 typedef struct VdbeOp VdbeOp; argument
12397 struct VdbeOp { struct12398 u8 opcode; /* What operation to perform */12399 signed char p4type; /* One of the P4_xxx constants for p4 */12400 u8 notUsed1;12401 u8 p5; /* Fifth parameter is an unsigned character */12402 int p1; /* First operand */12403 int p2; /* Second parameter (often the jump destination) */12404 int p3; /* The third parameter */12405 union p4union { /* fourth parameter */12436 typedef struct VdbeOp VdbeOp; argument