Lines Matching defs:sqlite3OpcodeProperty
21306 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[];
23045 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER;
85774 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
85783 || (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP0)!=0 );
85787 || (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)==0 );
85794 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
85848 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 ){
85996 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
92873 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_NCYCLE)==0 ){
94047 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode];
102162 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode];
135522 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){