Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c21224 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[]; variable
22957 SQLITE_PRIVATE const unsigned char sqlite3OpcodeProperty[] = OPFLG_INITIALIZER; variable
85307 assert( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 );
85318 assert( (sqlite3OpcodeProperty[pOp->opcode]&OPFLG_JUMP)==0 || pOp->p2>=0);
85372 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_JUMP)!=0 ){
85520 if( (sqlite3OpcodeProperty[aOp->opcode] & OPFLG_JUMP)!=0 && aOp->p2>0 ){
92368 if( (sqlite3OpcodeProperty[pOp->opcode] & OPFLG_NCYCLE)==0 ){
93542 u8 opProperty = sqlite3OpcodeProperty[pOp->opcode];
101622 u8 opProperty = sqlite3OpcodeProperty[pOrigOp->opcode];
134564 if( sqlite3OpcodeProperty[x.opcode]&OPFLG_JUMP ){