Searched refs:repeat_opcode (Results 1 – 1 of 1) sorted by relevance
1118 PCRE2_UCHAR *repeat_opcode; in PRIV() local1181 repeat_opcode = code + GET(code, 1); in PRIV()1184 repeat_opcode = code + 1 + (32 / sizeof(PCRE2_UCHAR)); in PRIV()1186 c = *repeat_opcode; in PRIV()1200 *repeat_opcode = OP_CRPOSSTAR; in PRIV()1205 *repeat_opcode = OP_CRPOSPLUS; in PRIV()1210 *repeat_opcode = OP_CRPOSQUERY; in PRIV()1215 *repeat_opcode = OP_CRPOSRANGE; in PRIV()
Completed in 5 milliseconds