Searched refs:OP_UPTO (Results 1 - 9 of 9) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_find_bracket.c160 case OP_UPTO:
H A Dpcre2_auto_possess.c331 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO)
1081 list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO;
1112 case OP_UPTO:
1113 *code += OP_POSUPTO - OP_UPTO;
1234 case OP_UPTO:
H A Dpcre2_pattern_info.c294 case OP_UPTO:
H A Dpcre2_study.c623 case OP_UPTO:
1117 case OP_UPTO:
H A Dpcre2_printint.c498 case OP_UPTO:
H A Dpcre2_jit_compile.c719 case OP_UPTO:
1215 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO;
1267 case OP_UPTO: \
7870 if (repeat_type == OP_UPTO)
8324 else if (repeat_type == OP_UPTO)
8753 *opcode -= OP_CRRANGE - OP_UPTO;
8779 case OP_UPTO:
8889 case OP_UPTO:
8901 if (opcode == OP_UPTO)
8906 if (opcode == OP_UPTO)
[all...]
H A Dpcre2_compile.c1248 case OP_UPTO:
1707 case OP_UPTO:
2550 case OP_UPTO:
5281 *code++ = OP_UPTO + repeat_type;
5288 left in place and, if the maximum is greater than 1, we use OP_UPTO with
5299 *code++ = OP_UPTO + repeat_type;
5349 *code++ = OP_UPTO + repeat_type;
H A Dpcre2_dfa_match.c2408 case OP_UPTO:
H A Dpcre2_match.c3442 case OP_UPTO:

Completed in 112 milliseconds