Home
last modified time | relevance | path

Searched refs:OP_CLASS (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c456 case OP_CLASS: in get_chr_property_list()
714 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes()
722 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()
724 if (base_list[0] == OP_CLASS) in compare_opcodes()
739 case OP_CLASS: in compare_opcodes()
1061 case OP_CLASS: in compare_opcodes()
1177 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()
H A Dpcre2_study.c413 case OP_CLASS: in find_minlength()
422 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
424 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
1575 case OP_CLASS: in set_start_bits()
H A Dpcre2_printint.c641 case OP_CLASS: in pcre2_printint()
H A Dpcre2_match.c1866 case OP_CLASS: in match()
1921 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1942 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1975 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1999 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2029 if (Fop == OP_CLASS) break; in match()
2065 if (Fop == OP_CLASS) break; in match()
H A Dpcre2_internal.h1503 OP_CLASS, /* 110 Match a character class, chars < 256 only */ enumerator
H A Dpcre2_jit_compile.c911 case OP_CLASS: in next_opcode()
1435 case OP_CLASS: in detect_early_fail()
1881 case OP_CLASS: in set_private_data_ptrs()
2101 case OP_CLASS: in get_framesize()
2460 case OP_CLASS: in get_recurse_data_length()
2835 case OP_CLASS: in copy_recurse_data()
5490 case OP_CLASS: in scan_prefix()
8759 case OP_CLASS: in compile_char1_matchingpath()
8793 if (type == OP_CLASS) in compile_char1_matchingpath()
11921 case OP_CLASS: in compile_matchingpath()
[all …]
H A Dpcre2_compile.c6099 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
6934 case OP_CLASS: in compile_branch()
7583 case OP_CLASS: in compile_branch()
H A Dpcre2_dfa_match.c2560 case OP_CLASS: in internal_dfa_match()

Completed in 104 milliseconds