Home
last modified time | relevance | path

Searched refs:repeat_opcode (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_auto_possess.c1066 PCRE2_UCHAR *repeat_opcode; in PRIV() local
1127 repeat_opcode = code + GET(code, 1); in PRIV()
1130 repeat_opcode = code + 1 + (32 / sizeof(PCRE2_UCHAR)); in PRIV()
1132 c = *repeat_opcode; in PRIV()
1147 *repeat_opcode = OP_CRPOSSTAR; in PRIV()
1152 *repeat_opcode = OP_CRPOSPLUS; in PRIV()
1157 *repeat_opcode = OP_CRPOSQUERY; in PRIV()
1162 *repeat_opcode = OP_CRPOSRANGE; in PRIV()