Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c1136 PCRE2_UCHAR *repeat_opcode; in PRIV() local
1199 repeat_opcode = code + GET(code, 1); in PRIV()
1202 repeat_opcode = code + 1 + (32 / sizeof(PCRE2_UCHAR)); in PRIV()
1204 c = *repeat_opcode; in PRIV()
1222 *repeat_opcode = OP_CRPOSSTAR; in PRIV()
1227 *repeat_opcode = OP_CRPOSPLUS; in PRIV()
1232 *repeat_opcode = OP_CRPOSQUERY; in PRIV()
1237 *repeat_opcode = OP_CRPOSRANGE; in PRIV()

Completed in 7 milliseconds