OPFLG_JUMP       57556 third_party/sqlite/amalgamation/sqlite3.c     if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
OPFLG_JUMP       57618 third_party/sqlite/amalgamation/sqlite3.c       if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){
OPFLG_JUMP        431 third_party/sqlite/src/src/vdbeaux.c     if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){
OPFLG_JUMP        493 third_party/sqlite/src/src/vdbeaux.c       if( p2<0 && (sqlite3OpcodeProperty[pOut->opcode] & OPFLG_JUMP)!=0 ){