Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
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()
1076 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in PRIV()
1190 case OP_TYPEPOSUPTO: in PRIV()
Dpcre2_dfa_match.c1228 case OP_TYPEPOSUPTO: in internal_dfa_match()
1246 if (codevalue == OP_TYPEPOSUPTO) in internal_dfa_match()
1796 case OP_PROP_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
1884 if (codevalue == OP_PROP_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
1901 case OP_EXTUNI_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
1910 if (codevalue == OP_EXTUNI_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
1940 case OP_ANYNL_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
1965 if (codevalue == OP_ANYNL_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
1986 case OP_VSPACE_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2005 if (codevalue == OP_VSPACE_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
[all …]
Dpcre2_find_bracket.c128 case OP_TYPEPOSUPTO: in PRIV()
Dpcre2_printint.c513 case OP_TYPEPOSUPTO: in pcre2_printint()
524 else if (*code == OP_TYPEPOSUPTO) fprintf(f, "+"); in pcre2_printint()
Dpcre2_pattern_info.c358 case OP_TYPEPOSUPTO: in pcre2_callout_enumerate()
Dpcre2_study.c381 case OP_TYPEPOSUPTO: in find_minlength()
1282 case OP_TYPEPOSUPTO: in set_start_bits()
Dpcre2_internal.h1482 OP_TYPEPOSUPTO, /* 97 */ enumerator
Dpcre2_compile.c714 OP_TYPEPOSUPTO, 0, /* TYPEUPTO, TYPEMINUPTO */
1244 case OP_TYPEPOSUPTO: in find_fixedlength()
1656 case OP_TYPEPOSUPTO: in could_be_empty_branch()
2515 case OP_TYPEPOSUPTO: in find_recurse()
Dpcre2_jit_compile.c784 case OP_TYPEPOSUPTO: in next_opcode()
1634 case OP_TYPEPOSUPTO: in get_framesize()
8687 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()
9463 case OP_TYPEPOSUPTO: in compile_matchingpath()
10596 case OP_TYPEPOSUPTO: in compile_backtrackingpath()
Dpcre2_match.c4206 case OP_TYPEPOSUPTO: in match()
/external/pcre/dist2/
DHACKING321 OP_TYPEPOSUPTO