Searched refs:OP_REF (Results 1 – 7 of 7) sorted by relevance
527 case OP_REF: in find_minlength()1012 case OP_REF: in set_start_bits()
592 case OP_REF: in pcre2_printint()
1499 OP_REF, /* 113 Match a back reference, casefully */ enumerator
888 case OP_REF: in next_opcode()1068 case OP_REF: in check_opcode_types()9136 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()9273 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()9285 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()9306 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()11983 case OP_REF: in compile_matchingpath()12283 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()13110 case OP_REF: in compile_backtrackingpath()
6812 case OP_REF: in compile_branch()7534 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
4637 case OP_REF: in match()
611 OP_REF (caseful) or OP_REFI (caseless) is followed by a count containing the