Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_auto_possess.c279 (c >= OP_NOTSTAR)? OP_NOTSTAR : in get_repeat_base()
347 case OP_NOTSTAR: in get_chr_property_list()
1254 case OP_NOTSTAR: in PRIV()
Dpcre2_find_bracket.c174 case OP_NOTSTAR: in PRIV()
Dpcre2_pattern_info.c314 case OP_NOTSTAR: in pcre2_callout_enumerate()
Dpcre2_dfa_match.c2271 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
2314 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
2339 case OP_NOTSTAR: in internal_dfa_match()
2355 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
2388 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
2428 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
Dpcre2_study.c638 case OP_NOTSTAR: in find_minlength()
959 case OP_NOTSTAR: in set_start_bits()
Dpcre2_printint.c548 case OP_NOTSTAR: in pcre2_printint()
Dpcre2_internal.h1432 OP_NOTSTAR, /* 59 The maximizing and minimizing versions of */ enumerator
Dpcre2_compile.c1208 case OP_NOTSTAR: in find_fixedlength()
1677 case OP_NOTSTAR: in could_be_empty_branch()
2564 case OP_NOTSTAR: in find_recurse()
5196 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()
Dpcre2_jit_compile.c739 case OP_NOTSTAR: in next_opcode()
968 case OP_NOTSTAR: in is_accelerated_repeat()
1261 case OP_NOTSTAR: \
8675 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO) in get_iterator_parameters()
8679 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()
9425 case OP_NOTSTAR: in compile_matchingpath()
10558 case OP_NOTSTAR: in compile_backtrackingpath()
Dpcre2_match.c3850 case OP_NOTSTAR: in match()
3862 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
/external/pcre/dist2/
DHACKING297 Another set of matching repeating opcodes (called OP_NOTSTAR, OP_NOTSTARI,
348 A set of repeating opcodes (called OP_NOTSTAR etc.) are used for repeated,