Home | History | Annotate | Download | only in dist

Lines Matching defs:opflags

9135   u8 opflags;         /* Mask of the OPFLG_* flags in opcodes.h */
62675 ** The Op.opflags field is set on all opcodes.
62743 pOp->opflags = sqlite3OpcodeProperty[opcode];
62744 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
68626 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );
68627 if( pOp->opflags & OPFLG_OUT2_PRERELEASE ){
68638 if( (pOp->opflags & OPFLG_IN1)!=0 ){
68645 if( (pOp->opflags & OPFLG_IN2)!=0 ){
68652 if( (pOp->opflags & OPFLG_IN3)!=0 ){
68659 if( (pOp->opflags & OPFLG_OUT2)!=0 ){
68664 if( (pOp->opflags & OPFLG_OUT3)!=0 ){
74477 if( pOp->opflags & (OPFLG_OUT2_PRERELEASE|OPFLG_OUT2) ){
74480 if( pOp->opflags & OPFLG_OUT3 ){