Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c128 case OP_TYPEPOSUPTO: in PRIV()
H A Dpcre2_auto_possess.c276 return (c > OP_TYPEPOSUPTO)? c : in get_repeat_base()
328 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in get_chr_property_list()
1130 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in PRIV()
1243 case OP_TYPEPOSUPTO: in PRIV()
H A Dpcre2_dfa_match.c1383 case OP_TYPEPOSUPTO: in internal_dfa_match()
1401 if (codevalue == OP_TYPEPOSUPTO) in internal_dfa_match()
1929 case OP_PROP_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2017 if (codevalue == OP_PROP_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2034 case OP_EXTUNI_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2042 if (codevalue == OP_EXTUNI_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2063 case OP_ANYNL_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2088 if (codevalue == OP_ANYNL_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2109 case OP_VSPACE_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2128 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.c515 case OP_TYPEPOSUPTO: in pcre2_printint()
526 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.h1481 OP_TYPEPOSUPTO, /* 97 */ enumerator
H A Dpcre2_jit_compile.c1038 case OP_TYPEPOSUPTO: in next_opcode()
1347 case OP_TYPEPOSUPTO: in detect_early_fail()
2099 case OP_TYPEPOSUPTO: in get_framesize()
11011 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()
11917 case OP_TYPEPOSUPTO: in compile_matchingpath()
13058 case OP_TYPEPOSUPTO: in compile_backtrackingpath()
H A Dpcre2_compile.c892 OP_TYPEPOSUPTO, 0, /* TYPEUPTO, TYPEMINUPTO */
8533 case OP_TYPEPOSUPTO: in find_recurse()
H A Dpcre2_match.c2583 case OP_TYPEPOSUPTO: in match()

Completed in 149 milliseconds