Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5307 PCRE2_UCHAR op_previous; in compile_branch() local
6880 op_previous = *previous; in compile_branch()
6887 switch (op_previous) in compile_branch()
6900 op_type = chartypeoffset[op_previous - OP_CHAR]; in compile_branch()
6920 if (op_previous <= OP_CHARI && repeat_min > 1) in compile_branch()
7033 op_previous = *previous = OP_BRA; in compile_branch()
7074 if (op_previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()
7087 if (op_previous < OP_ONCE) /* Assertion */ in compile_branch()
7400 if (op_previous == OP_PROP || op_previous == OP_NOTPROP) in compile_branch()
7484 *code++ = op_previous; in compile_branch()
[all …]

Completed in 25 milliseconds