Searched refs:condcode (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_dfa_exec.c2650 int condcode; local
2685 condcode = code[LINK_SIZE+1];
2689 if (condcode == OP_CREF || condcode == OP_NCREF)
2694 if (condcode == OP_DEF)
2701 else if (condcode == OP_RREF || condcode == OP_NRREF)
2733 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK))
H A Dpcre_exec.c496 int condcode; local
1285 condcode = ecode[LINK_SIZE+1];
1289 if (condcode == OP_RREF || condcode == OP_NRREF) /* Recursion test */
1306 if (!condition && condcode == OP_NRREF)
1358 else if (condcode == OP_CREF || condcode == OP_NCREF) /* Group used test */
1368 if (!condition && condcode == OP_NCREF)
1425 else if (condcode == OP_DEF) /* DEFINE - always false */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_dfa_exec.c2650 int condcode; local
2685 condcode = code[LINK_SIZE+1];
2689 if (condcode == OP_CREF || condcode == OP_NCREF)
2694 if (condcode == OP_DEF)
2701 else if (condcode == OP_RREF || condcode == OP_NRREF)
2733 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK))
H A Dpcre_exec.c496 int condcode; local
1285 condcode = ecode[LINK_SIZE+1];
1289 if (condcode == OP_RREF || condcode == OP_NRREF) /* Recursion test */
1306 if (!condition && condcode == OP_NRREF)
1358 else if (condcode == OP_CREF || condcode == OP_NCREF) /* Group used test */
1368 if (!condition && condcode == OP_NCREF)
1425 else if (condcode == OP_DEF) /* DEFINE - always false */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_dfa_exec.c2650 int condcode; local
2685 condcode = code[LINK_SIZE+1];
2689 if (condcode == OP_CREF || condcode == OP_NCREF)
2694 if (condcode == OP_DEF)
2701 else if (condcode == OP_RREF || condcode == OP_NRREF)
2733 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK))
H A Dpcre_exec.c496 int condcode; local
1285 condcode = ecode[LINK_SIZE+1];
1289 if (condcode == OP_RREF || condcode == OP_NRREF) /* Recursion test */
1306 if (!condition && condcode == OP_NRREF)
1358 else if (condcode == OP_CREF || condcode == OP_NCREF) /* Group used test */
1368 if (!condition && condcode == OP_NCREF)
1425 else if (condcode == OP_DEF) /* DEFINE - always false */

Completed in 253 milliseconds