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

/forgerock/web-agents-v4/pcre/
H A Dpcre_printint.c785 case OP_CRPOSRANGE:
791 else if (*ccode == OP_CRPOSRANGE) fprintf(f, "+");
H A Dpcre_study.c360 case OP_CRPOSRANGE:
458 case OP_CRPOSRANGE:
1364 case OP_CRPOSRANGE:
H A Dpcre_compile.c863 OP_CRPOSRANGE, 0, /* CRRANGE, CRMINRANGE */
1928 case OP_CRPOSRANGE:
2530 case OP_CRPOSRANGE:
3041 case OP_CRPOSRANGE:
3701 *repeat_opcode = OP_CRPOSRANGE;
6391 case OP_CRRANGE: *tempcode = OP_CRPOSRANGE; break;
H A Dpcre_dfa_exec.c2621 case OP_CRPOSRANGE:
2628 if (*ecode == OP_CRPOSRANGE)
H A Dpcre_exec.c2898 case OP_CRPOSRANGE:
2900 possessive = (*ecode == OP_CRPOSRANGE);
3125 case OP_CRPOSRANGE:
3127 possessive = (*ecode == OP_CRPOSRANGE);
H A Dpcre_jit_compile.c631 case OP_CRPOSRANGE:
7801 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE);
8053 case OP_CRPOSRANGE:
8358 if (cc[1 + (32 / sizeof(pcre_uchar))] >= OP_CRSTAR && cc[1 + (32 / sizeof(pcre_uchar))] <= OP_CRPOSRANGE)
8366 if (*(cc + GET(cc, 1)) >= OP_CRSTAR && *(cc + GET(cc, 1)) <= OP_CRPOSRANGE)
8375 if (cc[1 + IMM2_SIZE] >= OP_CRSTAR && cc[1 + IMM2_SIZE] <= OP_CRPOSRANGE)
8386 if (cc[1 + 2 * IMM2_SIZE] >= OP_CRSTAR && cc[1 + 2 * IMM2_SIZE] <= OP_CRPOSRANGE)
8669 case OP_CRPOSRANGE:

Completed in 226 milliseconds