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

/external/pcre/dist2/src/
H A Dpcre2_find_bracket.c164 case OP_MINUPTO:
H A Dpcre2_auto_possess.c331 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO)
1079 end = (c <= OP_MINUPTO) ?
1116 case OP_MINUPTO:
1117 *code += OP_POSUPTO - OP_MINUPTO;
1235 case OP_MINUPTO:
H A Dpcre2_pattern_info.c295 case OP_MINUPTO:
H A Dpcre2_printint.c499 case OP_MINUPTO:
506 if (*code == OP_MINUPTO || *code == OP_MINUPTOI) fprintf(f, "?");
H A Dpcre2_study.c627 case OP_MINUPTO:
1118 case OP_MINUPTO:
H A Dpcre2_jit_compile.c720 case OP_MINUPTO:
1215 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO;
1268 case OP_MINUPTO: \
7872 if (repeat_type == OP_MINUPTO)
8229 if (repeat_type == OP_MINUPTO)
8251 if (repeat_type == OP_MINUPTO)
8780 case OP_MINUPTO:
9100 case OP_MINUPTO:
9406 case OP_MINUPTO:
9723 case OP_MINUPTO
[all...]
H A Dpcre2_compile.c1186 case OP_MINUPTO:
1712 case OP_MINUPTO:
2554 case OP_MINUPTO:
H A Dpcre2_dfa_match.c2409 case OP_MINUPTO:
H A Dpcre2_match.c3444 case OP_MINUPTO:
3448 minimize = *ecode == OP_MINUPTO || *ecode == OP_MINUPTOI;

Completed in 166 milliseconds