Home
last modified time | relevance | path

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

/PHP-7.3/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()
326 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in get_chr_property_list()
1110 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in PRIV()
1222 case OP_TYPEPOSUPTO: in PRIV()
H A Dpcre2_dfa_match.c1369 case OP_TYPEPOSUPTO: in internal_dfa_match()
1387 if (codevalue == OP_TYPEPOSUPTO) in internal_dfa_match()
1915 case OP_PROP_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2003 if (codevalue == OP_PROP_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2020 case OP_EXTUNI_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2028 if (codevalue == OP_EXTUNI_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2049 case OP_ANYNL_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2074 if (codevalue == OP_ANYNL_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2095 case OP_VSPACE_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2114 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.c512 case OP_TYPEPOSUPTO: in pcre2_printint()
523 else if (*code == OP_TYPEPOSUPTO) fprintf(f, "+"); in pcre2_printint()
H A Dpcre2_study.c392 case OP_TYPEPOSUPTO: in find_minlength()
1331 case OP_TYPEPOSUPTO: in set_start_bits()
H A Dpcre2_internal.h1437 OP_TYPEPOSUPTO, /* 97 */ enumerator
H A Dpcre2_compile.c824 OP_TYPEPOSUPTO, 0, /* TYPEUPTO, TYPEMINUPTO */
8097 case OP_TYPEPOSUPTO: in find_recurse()
H A Dpcre2_jit_compile.c824 case OP_TYPEPOSUPTO: in next_opcode()
1676 case OP_TYPEPOSUPTO: in get_framesize()
9777 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()
10557 case OP_TYPEPOSUPTO: in compile_matchingpath()
11692 case OP_TYPEPOSUPTO: in compile_backtrackingpath()
H A Dpcre2_match.c2510 case OP_TYPEPOSUPTO: in match()

Completed in 100 milliseconds