Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
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-10-stable/contrib/sqlite3/
Dsqlite3.c16527 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable
17142 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
70969 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 && pOp->p2<0 ){
71056 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
77809 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode];
84029 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode];