Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c454 case OP_CLASS: in get_chr_property_list()
695 else if (base_list[0] == OP_CLASS || list[0] == OP_CLASS in compare_opcodes()
703 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()
705 if (base_list[0] == OP_CLASS) in compare_opcodes()
720 case OP_CLASS: in compare_opcodes()
1042 case OP_CLASS: in compare_opcodes()
1156 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()
H A Dpcre2_study.c400 case OP_CLASS: in find_minlength()
409 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
411 cc += PRIV(OP_lengths)[OP_CLASS]; in find_minlength()
1486 case OP_CLASS: in set_start_bits()
H A Dpcre2_printint.c638 case OP_CLASS: in pcre2_printint()
H A Dpcre2_match.c1793 case OP_CLASS: in match()
1848 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1869 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1902 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1926 if (Fop == OP_CLASS) RRETURN(MATCH_NOMATCH); in match()
1956 if (Fop == OP_CLASS) break; in match()
1992 if (Fop == OP_CLASS) break; in match()
H A Dpcre2_jit_compile.c700 case OP_CLASS: in next_opcode()
1025 case OP_CLASS: in is_accelerated_repeat()
1458 case OP_CLASS: in set_private_data_ptrs()
1678 case OP_CLASS: in get_framesize()
2034 case OP_CLASS: in get_recurse_data_length()
2406 case OP_CLASS: in copy_recurse_data()
3998 case OP_CLASS: in scan_prefix()
7650 case OP_CLASS: in compile_char1_matchingpath()
7678 if (type == OP_CLASS) in compile_char1_matchingpath()
10561 case OP_CLASS: in compile_matchingpath()
[all …]
H A Dpcre2_internal.h1459 OP_CLASS, /* 110 Match a character class, chars < 256 only */ enumerator
H A Dpcre2_compile.c5686 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
6516 case OP_CLASS: in compile_branch()
7149 case OP_CLASS: in compile_branch()
H A Dpcre2_dfa_match.c2546 case OP_CLASS: in internal_dfa_match()

Completed in 89 milliseconds