Lines Matching refs:P5

8535 SQLITE_PRIVATE void sqlite3VdbeChangeP5(Vdbe*, u8 P5);
10572 u8 op, p5; /* Opcode and P5 of the opcode that ends the loop */
10934 ** Bitfield flags for P5 value in OP_Insert and OP_Delete
58867 ** Change the value of the P5 operand for the most recently
59594 sqlite3_snprintf(3, pMem->z, "%.2x", pOp->p5); /* P5 */
63034 ** is a null-terminated string. Operand P5 is an unsigned character.
64868 /* Opcode: Function P1 P2 P3 P4 P5
64871 ** defines the function) with P5 arguments taken from register P2 and
65226 /* Opcode: Lt P1 P2 P3 P4 P5
65231 ** If the SQLITE_JUMPIFNULL bit of P5 is set and either reg(P1) or
65235 ** The SQLITE_AFF_MASK portion of P5 must be an affinity character -
65253 ** If the SQLITE_STOREP2 bit of P5 is set, then do not jump. Instead,
65256 /* Opcode: Ne P1 P2 P3 P4 P5
65262 ** If SQLITE_NULLEQ is set in P5 then the result of comparison is always either
65266 ** the SQLITE_NULLEQ flag were omitted from P5.
65268 /* Opcode: Eq P1 P2 P3 P4 P5
65274 ** If SQLITE_NULLEQ is set in P5 then the result of comparison is always either
65278 ** the SQLITE_NULLEQ flag were omitted from P5.
65280 /* Opcode: Le P1 P2 P3 P4 P5
65286 /* Opcode: Gt P1 P2 P3 P4 P5
65292 /* Opcode: Ge P1 P2 P3 P4 P5
65635 /* Opcode: Column P1 P2 P3 P4 P5
65649 ** If the OPFLAG_CLEARCACHE bit is set on P5 and P1 is a pseudo-table cursor,
66582 /* Opcode: OpenRead P1 P2 P3 P4 P5
66592 ** If P5!=0 then use the content of register P2 as the root page, not
66612 /* Opcode: OpenWrite P1 P2 P3 P4 P5
66615 ** page is P2. Or if P5!=0 use the content of register P2 to find the
66712 /* Opcode: OpenEphemeral P1 P2 * P4 P5
66730 ** The P5 parameter can be a mask of the BTREE_* flags defined
67489 /* Opcode: Insert P1 P2 P3 P4 P5
67497 ** If the OPFLAG_NCHANGE flag of P5 is set, then the row change count is
67498 ** incremented (otherwise not). If the OPFLAG_LASTROWID flag of P5 is set,
67502 ** If the OPFLAG_USESEEKRESULT flag of P5 is set and if the result of
67528 /* Opcode: InsertInt P1 P2 P3 P4 P5
67980 /* Opcode: Next P1 P2 * P4 P5
67992 ** If P5 is positive and the jump is taken, then event counter
67993 ** number P5-1 in the prepared statement is incremented.
67997 /* Opcode: Prev P1 P2 * * P5
68009 ** If P5 is positive and the jump is taken, then event counter
68010 ** number P5-1 in the prepared statement is incremented.
68055 /* Opcode: IdxInsert P1 P2 P3 * P5
68181 /* Opcode: IdxGE P1 P2 P3 P4 P5
68190 ** If P5 is non-zero then the key value is increased by an epsilon
68195 /* Opcode: IdxLT P1 P2 P3 P4 P5
68204 ** If P5 is non-zero then the key value is increased by an epsilon prior
68501 /* Opcode: IntegrityCk P1 P2 P3 * P5
68516 ** If P5 is not zero, the check is done on the auxiliary database
68932 /* Opcode: AggStep * P2 P3 P4 P5
68935 ** function has P5 arguments. P4 is a pointer to the FuncDef
68939 ** The P5 arguments are taken from register P2 and its
69060 /* Opcode: JournalMode P1 P2 P3 * P5
73214 ** Return the P5 value that should be used for a binary comparison
98117 /* Set the P5 operand of the OP_Program instruction to non-zero if