Lines Matching refs:P5

8790 SQLITE_PRIVATE void sqlite3VdbeChangeP5(Vdbe*, u8 P5);
10826 u8 op, p5; /* Opcode and P5 of the opcode that ends the loop */
11191 ** Bitfield flags for P5 value in OP_Insert and OP_Delete
60070 ** Change the value of the P5 operand for the most recently
60799 sqlite3_snprintf(3, pMem->z, "%.2x", pOp->p5); /* P5 */
64362 ** is a null-terminated string. Operand P5 is an unsigned character.
66216 /* Opcode: Function P1 P2 P3 P4 P5
66219 ** defines the function) with P5 arguments taken from register P2 and
66574 /* Opcode: Lt P1 P2 P3 P4 P5
66579 ** If the SQLITE_JUMPIFNULL bit of P5 is set and either reg(P1) or
66583 ** The SQLITE_AFF_MASK portion of P5 must be an affinity character -
66601 ** If the SQLITE_STOREP2 bit of P5 is set, then do not jump. Instead,
66604 /* Opcode: Ne P1 P2 P3 P4 P5
66610 ** If SQLITE_NULLEQ is set in P5 then the result of comparison is always either
66614 ** the SQLITE_NULLEQ flag were omitted from P5.
66616 /* Opcode: Eq P1 P2 P3 P4 P5
66622 ** If SQLITE_NULLEQ is set in P5 then the result of comparison is always either
66626 ** the SQLITE_NULLEQ flag were omitted from P5.
66628 /* Opcode: Le P1 P2 P3 P4 P5
66634 /* Opcode: Gt P1 P2 P3 P4 P5
66640 /* Opcode: Ge P1 P2 P3 P4 P5
66983 /* Opcode: Column P1 P2 P3 P4 P5
66997 ** If the OPFLAG_CLEARCACHE bit is set on P5 and P1 is a pseudo-table cursor,
67932 /* Opcode: OpenRead P1 P2 P3 P4 P5
67942 ** If P5!=0 then use the content of register P2 as the root page, not
67962 /* Opcode: OpenWrite P1 P2 P3 P4 P5
67965 ** page is P2. Or if P5!=0 use the content of register P2 to find the
68062 /* Opcode: OpenEphemeral P1 P2 * P4 P5
68080 ** The P5 parameter can be a mask of the BTREE_* flags defined
68839 /* Opcode: Insert P1 P2 P3 P4 P5
68847 ** If the OPFLAG_NCHANGE flag of P5 is set, then the row change count is
68848 ** incremented (otherwise not). If the OPFLAG_LASTROWID flag of P5 is set,
68852 ** If the OPFLAG_USESEEKRESULT flag of P5 is set and if the result of
68878 /* Opcode: InsertInt P1 P2 P3 P4 P5
69329 /* Opcode: Next P1 P2 * P4 P5
69341 ** If P5 is positive and the jump is taken, then event counter
69342 ** number P5-1 in the prepared statement is incremented.
69346 /* Opcode: Prev P1 P2 * * P5
69358 ** If P5 is positive and the jump is taken, then event counter
69359 ** number P5-1 in the prepared statement is incremented.
69404 /* Opcode: IdxInsert P1 P2 P3 * P5
69530 /* Opcode: IdxGE P1 P2 P3 P4 P5
69539 ** If P5 is non-zero then the key value is increased by an epsilon
69544 /* Opcode: IdxLT P1 P2 P3 P4 P5
69553 ** If P5 is non-zero then the key value is increased by an epsilon prior
69851 /* Opcode: IntegrityCk P1 P2 P3 * P5
69866 ** If P5 is not zero, the check is done on the auxiliary database
70287 /* Opcode: AggStep * P2 P3 P4 P5
70290 ** function has P5 arguments. P4 is a pointer to the FuncDef
70294 ** The P5 arguments are taken from register P2 and its
70421 /* Opcode: JournalMode P1 P2 P3 * P5
74585 ** Return the P5 value that should be used for a binary comparison
100298 /* Set the P5 operand of the OP_Program instruction to non-zero if