Searched refs:OP_REF (Results 1 – 6 of 6) sorted by relevance
434 case OP_REF: /* Single back reference */ in find_minlength()911 case OP_REF: in set_start_bits()
630 case OP_REF: in next_opcode()795 case OP_REF: in check_opcode_types()5990 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()6053 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()6065 …add_jump(compiler, *cc == OP_REF ? &common->casefulcmp : &common->caselesscmp, JUMP(SLJIT_FAST_CAL… in compile_ref_matchingpath()6086 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()8432 case OP_REF: in compile_matchingpath()8746 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()9566 case OP_REF: in compile_backtrackingpath()
2055 OP_REF, /* 113 Match a back reference, casefully */ enumerator
2021 case OP_REF: in find_fixedlength()5938 *previous == OP_REF || *previous == OP_REFI || in compile_branch()8008 *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
358 OP_REF (caseful) or OP_REFI (caseless) is followed by a count containing the
2731 case OP_REF: in match()
Completed in 72 milliseconds