Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3OpcodeProperty

11065 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[];
11558 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER;
55723 pOp->opflags = sqlite3OpcodeProperty[opcode];
55802 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){
61072 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );