Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c169 case OP_POSUPTO: in PRIV()
H A Dpcre2_auto_possess.c350 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
1191 *code += OP_POSUPTO - OP_UPTO; in PRIV()
1195 *code += OP_POSUPTO - OP_MINUPTO; in PRIV()
1322 case OP_POSUPTO: in PRIV()
H A Dpcre2_pattern_info.c321 case OP_POSUPTO: in pcre2_callout_enumerate()
H A Dpcre2_printint.c544 case OP_POSUPTO: in pcre2_printint()
551 else if (*code == OP_POSUPTO || *code == OP_POSUPTOI) fprintf(f, "+"); in pcre2_printint()
H A Dpcre2_study.c695 case OP_POSUPTO: in find_minlength()
1308 case OP_POSUPTO: in set_start_bits()
H A Dpcre2_dfa_match.c2627 case OP_POSUPTO: in internal_dfa_match()
2647 if (codevalue == OP_POSUPTO || codevalue == OP_NOTPOSUPTO) in internal_dfa_match()
H A Dpcre2_internal.h1457 OP_POSUPTO, /* 45 Possessified upto, caseful */ enumerator
H A Dpcre2_jit_compile.c1028 case OP_POSUPTO: in next_opcode()
1475 case OP_POSUPTO: in detect_early_fail()
2174 case OP_POSUPTO: in get_framesize()
11684 if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO) in get_iterator_parameters()
11771 *opcode = OP_POSUPTO; in get_iterator_parameters()
11801 case OP_POSUPTO: in get_iterator_parameters()
12261 case OP_POSUPTO: in compile_iterator_matchingpath()
12562 case OP_POSUPTO: in compile_matchingpath()
12923 case OP_POSUPTO: in compile_iterator_backtrackingpath()
13763 case OP_POSUPTO: in compile_backtrackingpath()
H A Dpcre2_compile.c875 OP_POSUPTO, 0, /* UPTO, MINUPTO */
9001 case OP_POSUPTO: in find_recurse()
H A Dpcre2_match.c1194 case OP_POSUPTO: in match()

Completed in 112 milliseconds