Searched refs:OP_STAR (Results 1 – 10 of 10) sorted by relevance
2001 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 …]
213 case OP_STAR: in pcre_pattern_to_host_byte_order()
2314 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()
508 case OP_STAR: in find_minlength()999 case OP_STAR: in set_start_bits()
474 case OP_STAR: in pcre_printint()
240 OP_STAR OP_STARI 269 The normal single-character opcodes (OP_STAR, etc.) are used for repeated320 (OP_STAR, etc.) are used for repeated positive single-character classes.
685 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 …]
1928 OP_STAR, /* 33 The maximizing and minimizing versions of */ enumerator
3359 case OP_STAR: in match()3371 c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI); in match()
2573 case OP_STAR: in regexflip8_or_16()