Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c1118 PCRE2_UCHAR *repeat_opcode; in PRIV() local
1181 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 7 milliseconds