Home
last modified time | relevance | path

Searched refs:OP_REFI (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c546 case OP_REFI: in find_minlength()
1055 case OP_REFI: in set_start_bits()
H A Dpcre2_printint.c591 case OP_REFI: in pcre2_printint()
H A Dpcre2_internal.h1510 OP_REFI, /* 114 Match a back reference, caselessly */ enumerator
H A Dpcre2_jit_compile.c914 case OP_REFI: in next_opcode()
1086 case OP_REFI: in check_opcode_types()
8956 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()
8982 if (common->utf && *cc == OP_REFI) in compile_ref_matchingpath()
9121 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()
11939 case OP_REFI: in compile_matchingpath()
12241 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()
13068 case OP_REFI: in compile_backtrackingpath()
H A Dpcre2_match.c4710 case OP_REFI: in match()
4711 Lcaseless = (Fop == OP_REFI); in match()
H A Dpcre2_compile.c6937 case OP_REFI: in compile_branch()
7672 *code++ = ((options & PCRE2_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()

Completed in 128 milliseconds