Searched refs:sqlite3OpcodeProperty (Results 1 – 2 of 2) sorted by relevance
11621 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable12120 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable58726 pOp->opflags = sqlite3OpcodeProperty[opcode];58811 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){64184 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );
16527 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable17142 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable70969 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 && pOp->p2<0 ){71056 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){77809 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode];84029 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode];