Home
last modified time | relevance | path

Searched refs:sqlite3OpcodeProperty (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c11621 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable
12120 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
58726 pOp->opflags = sqlite3OpcodeProperty[opcode];
58811 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){
64184 assert( pOp->opflags==sqlite3OpcodeProperty[pOp->opcode] );
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c19900 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable
20626 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
78400 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
78410 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
78521 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
85898 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode];
93056 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode];
122332 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){