Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c361 case OP_EXTUNI: in find_minlength()
1017 case OP_EXTUNI: in set_start_bits()
H A Dpcre2_internal.h1364 #define LAST_AUTOTAB_LEFT_OP OP_EXTUNI
1394 OP_EXTUNI, /* 22 \X (extended Unicode sequence */ enumerator
H A Dpcre2_auto_possess.c397 case OP_EXTUNI: in get_chr_property_list()
H A Dpcre2_match.c2558 case OP_EXTUNI: in match()
2908 else if (Lctype == OP_EXTUNI) in match()
3727 else if (Lctype == OP_EXTUNI) in match()
4311 else if (Lctype == OP_EXTUNI) in match()
H A Dpcre2_dfa_match.c822 case OP_EXTUNI: codevalue += OP_EXTUNI_EXTRA; break; in internal_dfa_match()
2279 case OP_EXTUNI: in internal_dfa_match()
H A Dpcre2_jit_compile.c897 case OP_EXTUNI: in next_opcode()
1307 case OP_EXTUNI: in detect_early_fail()
1340 if (cc[0] != OP_ANYNL && cc[0] != OP_EXTUNI) in detect_early_fail()
1867 if (cc[1] != OP_ANYNL && cc[1] != OP_EXTUNI) in set_private_data_ptrs()
2060 case OP_EXTUNI: in get_framesize()
8916 case OP_EXTUNI: in compile_char1_matchingpath()
11480 if (type != OP_EXTUNI) in compile_iterator_matchingpath()
11500 && type != OP_ANYNL && type != OP_EXTUNI) in compile_iterator_matchingpath()
11541 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_matchingpath()
12138 case OP_EXTUNI: in compile_matchingpath()
[all …]

Completed in 69 milliseconds