Home
last modified time | relevance | path

Searched refs:OP_TYPEPOSUPTO (Results 1 – 10 of 10) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c128 case OP_TYPEPOSUPTO: in PRIV()
H A Dpcre2_auto_possess.c293 return (c > OP_TYPEPOSUPTO)? c : in get_repeat_base()
345 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in get_chr_property_list()
1148 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in PRIV()
1265 case OP_TYPEPOSUPTO: in PRIV()
H A Dpcre2_dfa_match.c1397 case OP_TYPEPOSUPTO: in internal_dfa_match()
1415 if (codevalue == OP_TYPEPOSUPTO) in internal_dfa_match()
1971 case OP_PROP_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2074 if (codevalue == OP_PROP_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2091 case OP_EXTUNI_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2099 if (codevalue == OP_EXTUNI_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2120 case OP_ANYNL_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2145 if (codevalue == OP_ANYNL_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2166 case OP_VSPACE_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2185 if (codevalue == OP_VSPACE_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
[all …]
H A Dpcre2_pattern_info.c379 case OP_TYPEPOSUPTO: in pcre2_callout_enumerate()
H A Dpcre2_printint.c546 case OP_TYPEPOSUPTO: in pcre2_printint()
557 else if (*code == OP_TYPEPOSUPTO) fprintf(f, "+"); in pcre2_printint()
H A Dpcre2_study.c405 case OP_TYPEPOSUPTO: in find_minlength()
1381 case OP_TYPEPOSUPTO: in set_start_bits()
H A Dpcre2_internal.h1505 OP_TYPEPOSUPTO, /* 97 */ enumerator
H A Dpcre2_jit_compile.c1043 case OP_TYPEPOSUPTO: in next_opcode()
1354 case OP_TYPEPOSUPTO: in detect_early_fail()
2100 case OP_TYPEPOSUPTO: in get_framesize()
11319 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()
12225 case OP_TYPEPOSUPTO: in compile_matchingpath()
13366 case OP_TYPEPOSUPTO: in compile_backtrackingpath()
H A Dpcre2_compile.c897 OP_TYPEPOSUPTO, 0, /* TYPEUPTO, TYPEMINUPTO */
8660 case OP_TYPEPOSUPTO: in find_recurse()
H A Dpcre2_match.c2622 case OP_TYPEPOSUPTO: in match()

Completed in 243 milliseconds