Searched refs:sqlite3OpcodeProperty (Results 1 – 1 of 1) sorted by relevance
12616 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable13162 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable61824 pOp->opflags = sqlite3OpcodeProperty[opcode];61889 assert( sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP );67123 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );