Lines Matching refs:sqlite3OpcodeProperty
21778 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable
23525 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
86834 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
86843 || (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP0)!=0 );
86847 || (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)==0 );
86854 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
86908 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 ){
87056 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
94011 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_NCYCLE)==0 ){
95284 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode];
103456 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode];
137460 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){