Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c455 case OP_NCLASS: in get_chr_property_list()
717 || (!utf && (base_list[0] == OP_NCLASS || list[0] == OP_NCLASS)) in compare_opcodes()
722 if (base_list[0] == OP_CLASS || (!utf && base_list[0] == OP_NCLASS)) in compare_opcodes()
740 case OP_NCLASS: in compare_opcodes()
1057 case OP_NCLASS: in compare_opcodes()
1177 else if (c == OP_CLASS || c == OP_NCLASS || c == OP_XCLASS) in PRIV()
H A Dpcre2_printint.c642 case OP_NCLASS: in pcre2_printint()
764 fprintf(f, "]%s", (*code == OP_NCLASS)? " (neg)" : ""); in pcre2_printint()
H A Dpcre2_study.c414 case OP_NCLASS: in find_minlength()
1559 case OP_NCLASS: in set_start_bits()
H A Dpcre2_jit_compile.c912 case OP_NCLASS: in next_opcode()
1436 case OP_NCLASS: in detect_early_fail()
1882 case OP_NCLASS: in set_private_data_ptrs()
2102 case OP_NCLASS: in get_framesize()
2461 case OP_NCLASS: in get_recurse_data_length()
2836 case OP_NCLASS: in copy_recurse_data()
5498 case OP_NCLASS: in scan_prefix()
8760 case OP_NCLASS: in compile_char1_matchingpath()
8766 if (type == OP_NCLASS) in compile_char1_matchingpath()
11922 case OP_NCLASS: in compile_matchingpath()
[all …]
H A Dpcre2_internal.h1504 OP_NCLASS, /* 111 Same, but the bitmap was created from a negative enumerator
H A Dpcre2_dfa_match.c2561 case OP_NCLASS: in internal_dfa_match()
2576 isinclass = (c > 255)? (codevalue == OP_NCLASS) : in internal_dfa_match()
H A Dpcre2_compile.c6099 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()
6935 case OP_NCLASS: in compile_branch()
7584 case OP_NCLASS: in compile_branch()
H A Dpcre2_match.c1865 case OP_NCLASS: in match()

Completed in 110 milliseconds