Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c239 case OP_NOTSTAR: in pcre_pattern_to_host_byte_order()
Dpcre_dfa_exec.c2341 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()
2388 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()
2413 case OP_NOTSTAR: in internal_dfa_exec()
2433 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()
2470 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()
2514 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_exec()
Dpcre_compile.c2005 case OP_NOTSTAR: in find_fixedlength()
2182 case OP_NOTSTAR: in PRIV()
2327 case OP_NOTSTAR: in find_recurse()
2677 case OP_NOTSTAR: in could_be_empty_branch()
2802 (c >= OP_NOTSTAR)? OP_NOTSTAR : in get_repeat_base()
2954 case OP_NOTSTAR: in get_chr_property_list()
3853 case OP_NOTSTAR: in auto_possessify()
5737 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()
6476 case OP_NOTSTAR: *tempcode = OP_NOTPOSSTAR; break; in compile_branch()
Dpcre_study.c552 case OP_NOTSTAR: in find_minlength()
902 case OP_NOTSTAR: in set_start_bits()
Dpcre_printint.c563 case OP_NOTSTAR: in pcre_printint()
DHACKING267 Another set of matching repeating opcodes (called OP_NOTSTAR, OP_NOTSTARI,
318 A set of repeating opcodes (called OP_NOTSTAR etc.) are used for repeated,
Dpcre_internal.h1973 OP_NOTSTAR, /* 59 The maximizing and minimizing versions of */ enumerator
Dpcre_jit_compile.c707 case OP_NOTSTAR: in next_opcode()
1031 case OP_NOTSTAR: \
7821 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO) in get_iterator_parameters()
7825 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()
8373 case OP_NOTSTAR: in compile_matchingpath()
9519 case OP_NOTSTAR: in compile_backtrackingpath()
Dpcre_exec.c3760 case OP_NOTSTAR: in match()
3772 c = *ecode++ - ((op >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
Dpcretest.c2602 case OP_NOTSTAR: in regexflip8_or_16()