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

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c1747 case OP_COND:
2460 c == OP_COND)
2469 if (c == OP_COND && code[GET(code, 1)] != OP_ALT)
5868 OP_ASSERT and <= OP_COND includes ASSERT, ASSERT_NOT, ASSERTBACK,
5873 else if (*previous >= OP_ASSERT && *previous <= OP_COND)
5883 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF)
6211 if (*bracode == OP_COND || *bracode == OP_SCOND)
6593 bravalue = OP_COND; /* Conditional group */
7504 ((bravalue == OP_COND)?1:0), /* Depth of condition subpatterns */
7536 if (bravalue == OP_COND
[all...]
H A Dpcre_study.c106 case OP_COND:
820 case OP_COND:
H A Dpcre_printint.c415 case OP_COND:
H A Dpcre_jit_compile.c255 /* Both for OP_COND, OP_SCOND. */
656 case OP_COND:
821 case OP_COND:
1090 if (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)
1133 case OP_COND:
1581 case OP_COND:
1766 case OP_COND:
1986 if (*cc == OP_COND || *cc == OP_SCOND)
6978 if ((opcode == OP_COND || opcode == OP_SCOND) && cc[1 + LINK_SIZE] == OP_DEF)
6991 if (SLJIT_UNLIKELY(opcode == OP_COND || opcod
[all...]
H A Dpcre_dfa_exec.c2687 case OP_COND:
2696 is inserted between OP_COND and an assertion condition. This does not
H A Dpcre_exec.c1292 case OP_COND:
1304 inserted between OP_COND and an assertion condition. */

Completed in 88 milliseconds