Searched refs:currententry (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.c313 recurse_entry *currententry; member in struct:compiler_common
4679 if (common->currententry == NULL || stacksize == RREF_ANY)
4681 else if (common->currententry->start == 0)
4684 has_alternatives = stacksize != GET2(common->start, common->currententry->start + 1 + LINK_SIZE);
4891 if (common->currententry == NULL)
4895 else if (common->currententry->start == 0)
4898 stacksize = stacksize == GET2(common->start, common->currententry->start + 1 + LINK_SIZE);
4900 if (*trypath == OP_RREF || stacksize || common->currententry == NULL)
4924 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_LOCALS_REG), POSSESSIVE0, SLJIT_IMM, GET2(common->start, common->currententry->start + 1 + LINK_SIZE));
5565 if (*cc == OP_ASSERT_ACCEPT || common->currententry !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_jit_compile.c313 recurse_entry *currententry; member in struct:compiler_common
4679 if (common->currententry == NULL || stacksize == RREF_ANY)
4681 else if (common->currententry->start == 0)
4684 has_alternatives = stacksize != GET2(common->start, common->currententry->start + 1 + LINK_SIZE);
4891 if (common->currententry == NULL)
4895 else if (common->currententry->start == 0)
4898 stacksize = stacksize == GET2(common->start, common->currententry->start + 1 + LINK_SIZE);
4900 if (*trypath == OP_RREF || stacksize || common->currententry == NULL)
4924 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_LOCALS_REG), POSSESSIVE0, SLJIT_IMM, GET2(common->start, common->currententry->start + 1 + LINK_SIZE));
5565 if (*cc == OP_ASSERT_ACCEPT || common->currententry !
[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.c313 recurse_entry *currententry; member in struct:compiler_common
4679 if (common->currententry == NULL || stacksize == RREF_ANY)
4681 else if (common->currententry->start == 0)
4684 has_alternatives = stacksize != GET2(common->start, common->currententry->start + 1 + LINK_SIZE);
4891 if (common->currententry == NULL)
4895 else if (common->currententry->start == 0)
4898 stacksize = stacksize == GET2(common->start, common->currententry->start + 1 + LINK_SIZE);
4900 if (*trypath == OP_RREF || stacksize || common->currententry == NULL)
4924 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_LOCALS_REG), POSSESSIVE0, SLJIT_IMM, GET2(common->start, common->currententry->start + 1 + LINK_SIZE));
5565 if (*cc == OP_ASSERT_ACCEPT || common->currententry !
[all...]

Completed in 136 milliseconds