Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c435 case OP_REFI: in find_minlength()
912 case OP_REFI: in set_start_bits()
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.h2056 OP_REFI, /* 114 Match a back reference, caselessly */ enumerator
H A Dpcre_compile.c2022 case OP_REFI: in find_fixedlength()
5938 *previous == OP_REF || *previous == OP_REFI || in compile_branch()
8003 *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.c2732 case OP_REFI: in match()
2733 caseless = op == OP_REFI; in match()

Completed in 91 milliseconds