Searched refs:sqlite3OpcodeProperty (Results 1 – 1 of 1) sorted by relevance
21224 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable22957 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable85307 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );85318 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);85372 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 ){85520 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){92368 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_NCYCLE)==0 ){93542 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode];101622 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode];134564 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){