Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c175 case OP_NOTSTAR: in PRIV()
H A Dpcre2_auto_possess.c296 (c >= OP_NOTSTAR)? OP_NOTSTAR : in get_repeat_base()
366 case OP_NOTSTAR: in get_chr_property_list()
1336 case OP_NOTSTAR: in PRIV()
H A Dpcre2_pattern_info.c335 case OP_NOTSTAR: in pcre2_callout_enumerate()
H A Dpcre2_dfa_match.c2488 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
2531 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
2556 case OP_NOTSTAR: in internal_dfa_match()
2572 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
2605 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
2645 if ((c == d || c == otherd) == (codevalue < OP_NOTSTAR)) in internal_dfa_match()
H A Dpcre2_study.c702 case OP_NOTSTAR: in find_minlength()
1049 case OP_NOTSTAR: in set_start_bits()
H A Dpcre2_printint.c592 case OP_NOTSTAR: in pcre2_printint()
H A Dpcre2_internal.h1480 OP_NOTSTAR, /* 59 The maximizing and minimizing versions of */ enumerator
H A Dpcre2_jit_compile.c1042 case OP_NOTSTAR: in next_opcode()
1448 case OP_NOTSTAR: in detect_early_fail()
1808 case OP_NOTSTAR: \
11695 else if (*opcode >= OP_NOTSTAR && *opcode <= OP_NOTPOSUPTO) in get_iterator_parameters()
11699 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()
12576 case OP_NOTSTAR: in compile_matchingpath()
13777 case OP_NOTSTAR: in compile_backtrackingpath()
H A Dpcre2_match.c1596 case OP_NOTSTAR: in match()
1608 fc = *Fecode++ - ((Fop >= OP_NOTSTARI)? OP_NOTSTARI: OP_NOTSTAR); in match()
H A Dpcre2_compile.c691 OP_NOTSTAR - OP_STAR, OP_NOTSTARI - OP_STAR };
9007 case OP_NOTSTAR: in find_recurse()

Completed in 120 milliseconds