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()
349 case OP_NOTSTAR: in get_chr_property_list()
1308 case OP_NOTSTAR: in PRIV()
Dpcre2_find_bracket.c175 case OP_NOTSTAR: in PRIV()
Dpcre2_pattern_info.c335 case OP_NOTSTAR: in pcre2_callout_enumerate()
Dpcre2_dfa_match.c2384 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
2427 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
2452 case OP_NOTSTAR: in internal_dfa_match()
2468 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
2501 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
2541 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
Dpcre2_study.c699 case OP_NOTSTAR: in find_minlength()
1045 case OP_NOTSTAR: in set_start_bits()
Dpcre2_printint.c550 case OP_NOTSTAR: in pcre2_printint()
Dpcre2_internal.h1431 OP_NOTSTAR, /* 59 The maximizing and minimizing versions of */ enumerator
Dpcre2_jit_compile.c993 case OP_NOTSTAR: in next_opcode()
1372 case OP_NOTSTAR: in detect_early_fail()
1720 case OP_NOTSTAR: \
11076 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO) in get_iterator_parameters()
11080 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()
11956 case OP_NOTSTAR: in compile_matchingpath()
13097 case OP_NOTSTAR: in compile_backtrackingpath()
Dpcre2_match.c1528 case OP_NOTSTAR: in match()
1540 fc = *Fecode++ - ((Fop >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
Dpcre2_compile.c689 OP_NOTSTAR - OP_STAR, OP_NOTSTARI - OP_STAR };
8584 case OP_NOTSTAR: in find_recurse()
/external/pcre/dist2/
DHACKING512 Another set of matching repeating opcodes (called OP_NOTSTAR, OP_NOTSTARI,
567 A set of repeating opcodes (called OP_NOTSTAR etc.) are used for repeated,