Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_STOREP2

10852 #define SQLITE_STOREP2      0x10  /* Store result in reg[P2] rather than jump */
69888 ** If the SQLITE_STOREP2 bit of P5 is set, then do not jump. Instead,
69980 if( pOp->p5 & SQLITE_STOREP2 ){
70015 if( pOp->p5 & SQLITE_STOREP2 ){
80878 r1, r2, inReg, SQLITE_STOREP2);
80897 r1, r2, inReg, SQLITE_STOREP2 | SQLITE_NULLEQ);
81166 r1, r2, r3, SQLITE_STOREP2); VdbeCoverage(v);
81172 codeCompare(pParse, pLeft, pRight, OP_Le, r1, r2, r4, SQLITE_STOREP2);