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

/external/pcre/dist2/src/
H A Dpcre2_study.c213 case OP_KETRPOS:
1054 case OP_KETRPOS:
H A Dpcre2_auto_possess.c570 case OP_KETRPOS:
H A Dpcre2_printint.c388 case OP_KETRPOS:
H A Dpcre2_compile.c1179 case OP_KETRPOS:
1666 case OP_KETRPOS:
5718 *code++ = OP_KETRPOS;
5728 *ketcode = OP_KETRPOS;
H A Dpcre2_jit_compile.c584 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS);
599 SLJIT_ASSERT(*cc >= OP_KET && *cc <= OP_KETRPOS);
671 case OP_KETRPOS:
8526 while (*cc != OP_KETRPOS)
8624 if (*cc == OP_KETRPOS)
8635 if (*cc == OP_KETRPOS)
9331 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS));
H A Dpcre2_dfa_match.c717 case OP_KETRPOS:
H A Dpcre2_match.c1149 different. The end of these brackets will always be OP_KETRPOS, which
1985 case OP_KETRPOS:
2068 /* OP_KETRPOS is a possessive repeating ket. Remember the current position,
2073 if (*ecode == OP_KETRPOS)

Completed in 77 milliseconds