Home | History | Annotate | Download | only in dist

Lines Matching defs:OP_Program

9383 #define OP_Program       129
13969 ** When a sub-program is executed (OP_Program), a structure of this type
63507 ** allocated by the OP_Program opcode in sqlite3VdbeExec().
63631 /* When an OP_Program opcode is encounter (the only opcode that has
68911 /* Instruction pc is the OP_Program that invoked the sub-program
68915 ** as the p2 of the calling OP_Program. */
73398 case OP_Program: { /* jump */
73507 ** OP_Program instruction. Copy a value currently stored in a memory
73514 ** calling OP_Program instruction.
108052 /* Code the OP_Program opcode in the parent VDBE. P4 of the OP_Program
108057 sqlite3VdbeAddOp3(v, OP_Program, reg, ignoreJump, ++pParse->nMem);
108062 /* Set the P5 operand of the OP_Program instruction to non-zero if