Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c2001 case OP_STAR: in find_fixedlength()
2140 case OP_STAR: in PRIV()
2267 case OP_STAR: in find_recurse()
2622 case OP_STAR: in could_be_empty_branch()
2751 OP_STAR; in get_repeat_base()
2881 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in get_chr_property_list()
2884 c -= (base - OP_STAR); in get_chr_property_list()
2893 case OP_STAR: in get_chr_property_list()
3613 if (c >= OP_STAR && c <= OP_TYPEPOSUPTO) in auto_possessify()
3615 c -= get_repeat_base(c) - OP_STAR; in auto_possessify()
[all …]
Dpcre_byte_order.c213 case OP_STAR: in pcre_pattern_to_host_byte_order()
Dpcre_dfa_exec.c2314 codevalue -= OP_STARI - OP_STAR; in internal_dfa_exec()
2363 codevalue -= OP_STARI - OP_STAR; in internal_dfa_exec()
2408 codevalue -= OP_STARI - OP_STAR; in internal_dfa_exec()
2410 case OP_STAR: in internal_dfa_exec()
2449 codevalue -= OP_STARI - OP_STAR; in internal_dfa_exec()
2488 codevalue -= OP_STARI - OP_STAR; in internal_dfa_exec()
Dpcre_study.c508 case OP_STAR: in find_minlength()
999 case OP_STAR: in set_start_bits()
Dpcre_printint.c474 case OP_STAR: in pcre_printint()
DHACKING240 OP_STAR OP_STARI
269 The normal single-character opcodes (OP_STAR, etc.) are used for repeated
320 (OP_STAR, etc.) are used for repeated positive single-character classes.
Dpcre_jit_compile.c685 case OP_STAR: in next_opcode()
1041 case OP_STAR: \
7751 if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO) in get_iterator_parameters()
7760 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
7766 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()
7772 *opcode -= OP_NOTSTARI - OP_STAR; in get_iterator_parameters()
7777 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
7789 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
7906 case OP_STAR: in compile_iterator_matchingpath()
7913 if (opcode == OP_STAR || opcode == OP_UPTO) in compile_iterator_matchingpath()
[all …]
Dpcre_internal.h1928 OP_STAR, /* 33 The maximizing and minimizing versions of */ enumerator
Dpcre_exec.c3359 case OP_STAR: in match()
3371 c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI); in match()
Dpcretest.c2573 case OP_STAR: in regexflip8_or_16()