Searched refs:has_alternatives (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_jit_compile.c4641 BOOL has_alternatives; local
4672 has_alternatives = *cc == OP_ALT;
4675 has_alternatives = (*trypath == OP_RREF) ? FALSE : TRUE;
4680 has_alternatives = FALSE;
4682 has_alternatives = stacksize != 0;
4684 has_alternatives = stacksize != GET2(common->start, common->currententry->start + 1 + LINK_SIZE);
4779 if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA)
4797 else if (ket == OP_KETRMAX || has_alternatives)
4808 if (ket == OP_KETRMIN || ket == OP_KETRMAX || has_alternatives)
4849 else if (has_alternatives)
6133 BOOL has_alternatives; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_jit_compile.c4641 BOOL has_alternatives; local
4672 has_alternatives = *cc == OP_ALT;
4675 has_alternatives = (*trypath == OP_RREF) ? FALSE : TRUE;
4680 has_alternatives = FALSE;
4682 has_alternatives = stacksize != 0;
4684 has_alternatives = stacksize != GET2(common->start, common->currententry->start + 1 + LINK_SIZE);
4779 if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA)
4797 else if (ket == OP_KETRMAX || has_alternatives)
4808 if (ket == OP_KETRMIN || ket == OP_KETRMAX || has_alternatives)
4849 else if (has_alternatives)
6133 BOOL has_alternatives; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_jit_compile.c4641 BOOL has_alternatives; local
4672 has_alternatives = *cc == OP_ALT;
4675 has_alternatives = (*trypath == OP_RREF) ? FALSE : TRUE;
4680 has_alternatives = FALSE;
4682 has_alternatives = stacksize != 0;
4684 has_alternatives = stacksize != GET2(common->start, common->currententry->start + 1 + LINK_SIZE);
4779 if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA)
4797 else if (ket == OP_KETRMAX || has_alternatives)
4808 if (ket == OP_KETRMIN || ket == OP_KETRMAX || has_alternatives)
4849 else if (has_alternatives)
6133 BOOL has_alternatives; local
[all...]

Completed in 157 milliseconds