Lines Matching refs:opflags
8210 u8 opflags; /* Mask of the OPFLG_* flags in opcodes.h */ member
58726 pOp->opflags = sqlite3OpcodeProperty[opcode];
58749 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
64184 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );
64185 if( pOp->opflags & OPFLG_OUT2_PRERELEASE ){
64196 if( (pOp->opflags & OPFLG_IN1)!=0 ){
64202 if( (pOp->opflags & OPFLG_IN2)!=0 ){
64208 if( (pOp->opflags & OPFLG_IN3)!=0 ){
64214 if( (pOp->opflags & OPFLG_OUT2)!=0 ){
64219 if( (pOp->opflags & OPFLG_OUT3)!=0 ){
69735 if( pOp->opflags & (OPFLG_OUT2_PRERELEASE|OPFLG_OUT2) ){
69738 if( pOp->opflags & OPFLG_OUT3 ){