Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3OpcodeProperty

12857 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[];
13422 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER;
62743 pOp->opflags = sqlite3OpcodeProperty[opcode];
62808 assert( sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP );
68626 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );