Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_study.c433 case OP_REFI: in find_minlength()
910 case OP_REFI: in set_start_bits()
H A Dpcre_printint.c602 case OP_REFI: in pcre_printint()
H A Dpcre_jit_compile.c631 case OP_REFI: in next_opcode()
796 case OP_REFI: in check_opcode_types()
5990 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath()
6008 if (common->utf && *cc == OP_REFI) in compile_ref_matchingpath()
6086 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath()
8433 case OP_REFI: in compile_matchingpath()
8746 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_backtrackingpath()
9567 case OP_REFI: in compile_backtrackingpath()
H A Dpcre_internal.h2052 OP_REFI, /* 114 Match a back reference, caselessly */ enumerator
H A Dpcre_compile.c2020 case OP_REFI: in find_fixedlength()
5936 *previous == OP_REF || *previous == OP_REFI || in compile_branch()
8006 *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF; in compile_branch()
H A DHACKING358 OP_REF (caseful) or OP_REFI (caseless) is followed by a count containing the
H A Dpcre_exec.c2730 case OP_REFI: in match()
2731 caseless = op == OP_REFI; in match()

Completed in 73 milliseconds