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()
1118 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in PRIV()
1230 case OP_TYPEPOSUPTO: in PRIV()
Dpcre2_dfa_match.c1376 case OP_TYPEPOSUPTO: in internal_dfa_match()
1394 if (codevalue == OP_TYPEPOSUPTO) in internal_dfa_match()
1922 case OP_PROP_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2010 if (codevalue == OP_PROP_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2027 case OP_EXTUNI_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2035 if (codevalue == OP_EXTUNI_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2056 case OP_ANYNL_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2081 if (codevalue == OP_ANYNL_EXTRA + OP_TYPEPOSUPTO) in internal_dfa_match()
2102 case OP_VSPACE_EXTRA + OP_TYPEPOSUPTO: in internal_dfa_match()
2121 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.c379 case OP_TYPEPOSUPTO: in pcre2_callout_enumerate()
Dpcre2_study.c393 case OP_TYPEPOSUPTO: in find_minlength()
1333 case OP_TYPEPOSUPTO: in set_start_bits()
Dpcre2_internal.h1471 OP_TYPEPOSUPTO, /* 97 */ enumerator
Dpcre2_compile.c874 OP_TYPEPOSUPTO, 0, /* TYPEUPTO, TYPEMINUPTO */
8405 case OP_TYPEPOSUPTO: in find_recurse()
Dpcre2_jit_compile.c1011 case OP_TYPEPOSUPTO: in next_opcode()
1872 case OP_TYPEPOSUPTO: in get_framesize()
11182 else if (*opcode >= OP_TYPESTAR && *opcode <= OP_TYPEPOSUPTO) in get_iterator_parameters()
11962 case OP_TYPEPOSUPTO: in compile_matchingpath()
13101 case OP_TYPEPOSUPTO: in compile_backtrackingpath()
Dpcre2_match.c2511 case OP_TYPEPOSUPTO: in match()
/external/pcre/dist2/
DHACKING534 OP_TYPEPOSUPTO