Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3OpcodeProperty

12857 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[];
13422 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER;
62723 pOp->opflags = sqlite3OpcodeProperty[opcode];
62788 assert( sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP );
68606 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );