Searched refs:repeat_opcode (Results 1 – 1 of 1) sorted by relevance
1100 PCRE2_UCHAR *repeat_opcode; in PRIV() local1160 repeat_opcode = code + GET(code, 1); in PRIV()1163 repeat_opcode = code + 1 + (32 / sizeof(PCRE2_UCHAR)); in PRIV()1165 c = *repeat_opcode; in PRIV()1179 *repeat_opcode = OP_CRPOSSTAR; in PRIV()1184 *repeat_opcode = OP_CRPOSPLUS; in PRIV()1189 *repeat_opcode = OP_CRPOSQUERY; in PRIV()1194 *repeat_opcode = OP_CRPOSRANGE; in PRIV()