Searched refs:OP_REF (Results 1 – 6 of 6) sorted by relevance
548 case OP_REF: in find_minlength()1058 case OP_REF: in set_start_bits()
636 case OP_REF: in pcre2_printint()
1558 OP_REF, /* 113 Match a back reference, casefully */ enumerator
959 case OP_REF: in next_opcode()1144 case OP_REF: in check_opcode_types()9465 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()9597 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()9609 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()9630 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()12635 case OP_REF: in compile_matchingpath()12938 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()13824 case OP_REF: in compile_backtrackingpath()
7319 case OP_REF: in compile_branch()8048 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
5011 case OP_REF: in match()
Completed in 110 milliseconds