Searched refs:sqlite3OpcodeProperty (Results 1 – 1 of 1) sorted by relevance
22448 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable24216 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable88813 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );88822 || (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP0)!=0 );88826 || (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)==0 );88833 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);88887 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 ){89035 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){96278 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_NCYCLE)==0 ){97582 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode];[all …]