Home | History | Annotate | Download | only in orig

Lines Matching full:opflags

8464   u8 opflags;         /* Mask of the OPFLG_* flags in opcodes.h */
59918 ** The Op.opflags field is set on all opcodes.
59929 pOp->opflags = sqlite3OpcodeProperty[opcode];
59952 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
65509 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );
65510 if( pOp->opflags & OPFLG_OUT2_PRERELEASE ){
65521 if( (pOp->opflags & OPFLG_IN1)!=0 ){
65527 if( (pOp->opflags & OPFLG_IN2)!=0 ){
65533 if( (pOp->opflags & OPFLG_IN3)!=0 ){
65539 if( (pOp->opflags & OPFLG_OUT2)!=0 ){
65544 if( (pOp->opflags & OPFLG_OUT3)!=0 ){
71101 if( pOp->opflags & (OPFLG_OUT2_PRERELEASE|OPFLG_OUT2) ){
71104 if( pOp->opflags & OPFLG_OUT3 ){