Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_auto_possess.c350 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO) in get_chr_property_list()
1185 *code += OP_POSUPTO - OP_UPTO; in PRIV()
1189 *code += OP_POSUPTO - OP_MINUPTO; in PRIV()
1316 case OP_POSUPTO: in PRIV()
Dpcre2_find_bracket.c169 case OP_POSUPTO: in PRIV()
Dpcre2_printint.c533 case OP_POSUPTO: in pcre2_printint()
540 else if (*code == OP_POSUPTO || *code == OP_POSUPTOI) fprintf(f, "+"); in pcre2_printint()
Dpcre2_pattern_info.c321 case OP_POSUPTO: in pcre2_callout_enumerate()
Dpcre2_study.c692 case OP_POSUPTO: in find_minlength()
1218 case OP_POSUPTO: in set_start_bits()
Dpcre2_dfa_match.c2580 case OP_POSUPTO: in internal_dfa_match()
2600 if (codevalue == OP_POSUPTO || codevalue == OP_NOTPOSUPTO) in internal_dfa_match()
Dpcre2_internal.h1433 OP_POSUPTO, /* 45 Possessified upto, caseful */ enumerator
Dpcre2_jit_compile.c984 case OP_POSUPTO: in next_opcode()
1405 case OP_POSUPTO: in detect_early_fail()
2076 case OP_POSUPTO: in get_framesize()
11296 if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO) in get_iterator_parameters()
11383 *opcode = OP_POSUPTO; in get_iterator_parameters()
11413 case OP_POSUPTO: in get_iterator_parameters()
11873 case OP_POSUPTO: in compile_iterator_matchingpath()
12173 case OP_POSUPTO: in compile_matchingpath()
12534 case OP_POSUPTO: in compile_iterator_backtrackingpath()
13314 case OP_POSUPTO: in compile_backtrackingpath()
Dpcre2_compile.c869 OP_POSUPTO, 0, /* UPTO, MINUPTO */
8702 case OP_POSUPTO: in find_recurse()
Dpcre2_match.c1129 case OP_POSUPTO: in match()
/third_party/pcre2/pcre2/
DHACKING501 OP_POSUPTO OP_POSUPTOI