Home
last modified time | relevance | path

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

/php-src/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()
1154 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in PRIV()
1271 case OP_TYPEPOSUPTO: in PRIV()
H A Dpcre2_dfa_match.c1414 case OP_TYPEPOSUPTO: in internal_dfa_match()
1432 if (codevalue == OP_TYPEPOSUPTO) in internal_dfa_match()
2008 case OP_PROP_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2121 if (codevalue == OP_PROP_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2138 case OP_EXTUNI_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2146 if (codevalue == OP_EXTUNI_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2167 case OP_ANYNL_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2192 if (codevalue == OP_ANYNL_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2213 case OP_VSPACE_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2232 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.c557 case OP_TYPEPOSUPTO: in pcre2_printint()
568 else if (*code == OP_TYPEPOSUPTO) fprintf(f, "+"); in pcre2_printint()
H A Dpcre2_study.c408 case OP_TYPEPOSUPTO: in find_minlength()
1471 case OP_TYPEPOSUPTO: in set_start_bits()
H A Dpcre2_internal.h1530 OP_TYPEPOSUPTO, /* 97 */ enumerator
H A Dpcre2_jit_compile.c1087 case OP_TYPEPOSUPTO: in next_opcode()
1413 case OP_TYPEPOSUPTO: in detect_early_fail()
2198 case OP_TYPEPOSUPTO: in get_framesize()
11707 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()
12614 case OP_TYPEPOSUPTO: in compile_matchingpath()
13815 case OP_TYPEPOSUPTO: in compile_backtrackingpath()
H A Dpcre2_compile.c903 OP_TYPEPOSUPTO, 0, /* TYPEUPTO, TYPEMINUPTO */
8957 case OP_TYPEPOSUPTO: in find_recurse()
H A Dpcre2_match.c2685 case OP_TYPEPOSUPTO: in match()

Completed in 116 milliseconds