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

/forgerock/web-agents-v4/pcre/
H A Dpcre_byte_order.c220 case OP_MINUPTO:
H A Dpcre_printint.c514 case OP_MINUPTO:
521 if (*code == OP_MINUPTO || *code == OP_MINUPTOI) fprintf(f, "?");
H A Dpcre_study.c499 case OP_MINUPTO:
1020 case OP_MINUPTO:
H A Dpcre_compile.c1957 case OP_MINUPTO:
2140 case OP_MINUPTO:
2263 case OP_MINUPTO:
2664 case OP_MINUPTO:
2890 if (c == OP_UPTO || c == OP_MINUPTO || c == OP_EXACT || c == OP_POSUPTO)
3620 end = (c <= OP_MINUPTO) ?
3656 case OP_MINUPTO:
3657 *code += OP_POSUPTO - OP_MINUPTO;
3770 case OP_MINUPTO:
H A Dpcre_jit_compile.c692 case OP_MINUPTO:
999 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO;
1052 case OP_MINUPTO: \
6974 if (repeat_type == OP_MINUPTO)
7327 if (repeat_type == OP_MINUPTO)
7349 if (repeat_type == OP_MINUPTO)
7808 *opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO);
7819 if (*opcode == OP_UPTO || *opcode == OP_MINUPTO || *opcode == OP_EXACT || *opcode == OP_POSUPTO)
7994 case OP_MINUPTO:
8295 case OP_MINUPTO
[all...]
H A Dpcre_dfa_exec.c2491 case OP_MINUPTO:
H A Dpcre_exec.c3327 case OP_MINUPTO:
3331 minimize = *ecode == OP_MINUPTO || *ecode == OP_MINUPTOI;

Completed in 105 milliseconds