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] );
19900 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable20626 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable78400 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );78410 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);78521 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){85898 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode];93056 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode];122332 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){