Searched refs:OP_REF (Results 1 – 6 of 6) sorted by relevance
545 case OP_REF: in find_minlength()1054 case OP_REF: in set_start_bits()
625 case OP_REF: in pcre2_printint()
1534 OP_REF, /* 113 Match a back reference, casefully */ enumerator
918 case OP_REF: in next_opcode()1100 case OP_REF: in check_opcode_types()9264 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()9396 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()9408 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()9429 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()12246 case OP_REF: in compile_matchingpath()12549 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()13375 case OP_REF: in compile_backtrackingpath()
7051 case OP_REF: in compile_branch()7787 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
4904 case OP_REF: in match()
Completed in 120 milliseconds