Searched refs:sqlite3OpcodeProperty (Results 1 – 5 of 5) sorted by relevance
360 const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
872 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 ); in resolveP2Values()882 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0); in resolveP2Values()936 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 ){ in sqlite3VdbeNoJumpsOutsideSubrtn()1080 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){ in sqlite3VdbeAddOpList()
2419 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){ in sqlite3GenerateConstraintChecks()
5052 extern const unsigned char sqlite3OpcodeProperty[];
837 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode]; in sqlite3VdbeExec()8757 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode]; in sqlite3VdbeExec()