Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c8488 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ macro
58749 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
58811 if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){
/NextBSD/contrib/sqlite3/
HDsqlite3.c10015 #define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */ macro
66436 if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
66500 assert( sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP );