Home | History | Annotate | Download | only in orig

Lines Matching defs:opflags

9135   u8 opflags;         /* Mask of the OPFLG_* flags in opcodes.h */
62655 ** The Op.opflags field is set on all opcodes.
62723 pOp->opflags = sqlite3OpcodeProperty[opcode];
62724 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
68606 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );
68607 if( pOp->opflags & OPFLG_OUT2_PRERELEASE ){
68618 if( (pOp->opflags & OPFLG_IN1)!=0 ){
68625 if( (pOp->opflags & OPFLG_IN2)!=0 ){
68632 if( (pOp->opflags & OPFLG_IN3)!=0 ){
68639 if( (pOp->opflags & OPFLG_OUT2)!=0 ){
68644 if( (pOp->opflags & OPFLG_OUT3)!=0 ){
74457 if( pOp->opflags & (OPFLG_OUT2_PRERELEASE|OPFLG_OUT2) ){
74460 if( pOp->opflags & OPFLG_OUT3 ){