Searched refs:OP_CRMINRANGE (Results 1 - 6 of 6) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_printint.c784 case OP_CRMINRANGE:
790 if (*ccode == OP_CRMINRANGE) fprintf(f, "?");
H A Dpcre_study.c359 case OP_CRMINRANGE:
457 case OP_CRMINRANGE:
1363 case OP_CRMINRANGE:
H A Dpcre_exec.c2753 case OP_CRMINRANGE:
2754 minimize = (*ecode == OP_CRMINRANGE);
2897 case OP_CRMINRANGE:
2899 minimize = (*ecode == OP_CRMINRANGE);
3124 case OP_CRMINRANGE:
3126 minimize = (*ecode == OP_CRMINRANGE);
H A Dpcre_compile.c1927 case OP_CRMINRANGE:
2529 case OP_CRMINRANGE:
3040 case OP_CRMINRANGE:
3673 if (c >= OP_CRSTAR && c <= OP_CRMINRANGE)
3700 case OP_CRMINRANGE:
H A Dpcre_jit_compile.c627 case OP_CRMINRANGE:
927 case OP_CRMINRANGE:
6076 case OP_CRMINRANGE:
7801 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE);
7808 *opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO);
7995 case OP_CRMINRANGE:
8000 if (opcode == OP_CRMINRANGE)
8614 case OP_CRMINRANGE:
8615 if (opcode == OP_CRMINRANGE)
8628 if (opcode == OP_CRMINRANGE)
[all...]
H A Dpcre_dfa_exec.c2620 case OP_CRMINRANGE:

Completed in 77 milliseconds