Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c473 case OP_CLASS: in get_chr_property_list()
732 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes()
740 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()
742 if (base_list[0] == OP_CLASS) in compare_opcodes()
757 case OP_CLASS: in compare_opcodes()
1079 case OP_CLASS: in compare_opcodes()
1195 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.c672 case OP_CLASS: in pcre2_printint()
H A Dpcre2_match.c1883 case OP_CLASS: in match()
1938 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1959 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1992 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2016 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
2046 if (Fop == OP_CLASS) break; in match()
2082 if (Fop == OP_CLASS) break; in match()
H A Dpcre2_jit_compile.c916 case OP_CLASS: in next_opcode()
1442 case OP_CLASS: in detect_early_fail()
1882 case OP_CLASS: in set_private_data_ptrs()
2102 case OP_CLASS: in get_framesize()
2521 case OP_CLASS: in get_recurse_data_length()
2903 case OP_CLASS: in copy_recurse_data()
5568 case OP_CLASS: in scan_prefix()
9067 case OP_CLASS: in compile_char1_matchingpath()
9101 if (type == OP_CLASS) in compile_char1_matchingpath()
12229 case OP_CLASS: in compile_matchingpath()
[all …]
H A Dpcre2_internal.h1527 OP_CLASS, /* 110 Match a character class, chars < 256 only */ enumerator
H A Dpcre2_compile.c6210 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
7051 case OP_CLASS: in compile_branch()
7700 case OP_CLASS: in compile_branch()
H A Dpcre2_dfa_match.c2617 case OP_CLASS: in internal_dfa_match()

Completed in 106 milliseconds