Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5416 PCRE2_UCHAR op_previous; in compile_branch() local
6992 op_previous = *previous; in compile_branch()
6999 switch (op_previous) in compile_branch()
7012 op_type = chartypeoffset[op_previous - OP_CHAR]; in compile_branch()
7036 if (op_previous <= OP_CHARI && repeat_min > 1) in compile_branch()
7040 if (op_previous == OP_CHARI) reqcuflags |= REQ_CASELESS; in compile_branch()
7150 op_previous = *previous = OP_BRA; in compile_branch()
7204 if (op_previous < OP_ONCE) /* Assertion */ in compile_branch()
7517 if (op_previous == OP_PROP || op_previous == OP_NOTPROP) in compile_branch()
7601 *code++ = op_previous; in compile_branch()
[all …]

Completed in 36 milliseconds