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

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c156 case OP_KETRPOS:
955 case OP_KETRPOS:
H A Dpcre_printint.c406 case OP_KETRPOS:
H A Dpcre_compile.c1950 case OP_KETRPOS:
2617 case OP_KETRPOS:
3118 case OP_KETRPOS:
6220 *code++ = OP_KETRPOS;
6230 *ketcode = OP_KETRPOS;
H A Dpcre_jit_compile.c552 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS);
567 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS);
644 case OP_KETRPOS:
7620 while (*cc != OP_KETRPOS)
7713 if (*cc == OP_KETRPOS)
7724 if (*cc == OP_KETRPOS)
8223 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS));
H A Dpcre_dfa_exec.c774 case OP_KETRPOS:
H A Dpcre_exec.c1119 different. The end of these brackets will always be OP_KETRPOS, which
1905 case OP_KETRPOS:
1992 /* OP_KETRPOS is a possessive repeating ket. Remember the current position,
1997 if (*ecode == OP_KETRPOS)

Completed in 110 milliseconds