Home
last modified time | relevance | path

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

/PHP-7.4/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.h1340 #define LAST_AUTOTAB_LEFT_OP OP_EXTUNI
1370 OP_EXTUNI, /* 22 \X (extended Unicode sequence */ enumerator
H A Dpcre2_auto_possess.c380 case OP_EXTUNI: in get_chr_property_list()
H A Dpcre2_match.c2519 case OP_EXTUNI: in match()
2815 else if (Lctype == OP_EXTUNI) in match()
3572 else if (Lctype == OP_EXTUNI) in match()
4102 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()
2222 case OP_EXTUNI: in internal_dfa_match()
H A Dpcre2_jit_compile.c892 case OP_EXTUNI: in next_opcode()
1300 case OP_EXTUNI: in detect_early_fail()
1333 if (cc[0] != OP_ANYNL && cc[0] != OP_EXTUNI) in detect_early_fail()
1866 if (cc[1] != OP_ANYNL && cc[1] != OP_EXTUNI) in set_private_data_ptrs()
2059 case OP_EXTUNI: in get_framesize()
8608 case OP_EXTUNI: in compile_char1_matchingpath()
11172 if (type != OP_EXTUNI) in compile_iterator_matchingpath()
11192 && type != OP_ANYNL && type != OP_EXTUNI) in compile_iterator_matchingpath()
11233 if (type == OP_ANYNL || type == OP_EXTUNI) in compile_iterator_matchingpath()
11830 case OP_EXTUNI: in compile_matchingpath()
[all …]

Completed in 70 milliseconds