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

/forgerock/web-agents-v4/pcre/
H A Dpcre_study.c92 if (*code == OP_CBRA || *code == OP_SCBRA ||
123 case OP_CBRA:
793 if (*code == OP_CBRA || *code == OP_SCBRA ||
922 case OP_CBRA:
H A Dpcre_compile.c1738 /* We only need to continue for OP_CBRA (normal capturing bracket) and
1743 case OP_CBRA:
1748 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd);
2078 else if (c == OP_CBRA || c == OP_SCBRA ||
2458 c == OP_CBRA || c == OP_CBRAPOS ||
3153 case OP_CBRA:
3171 if (*next_code != OP_BRA && *next_code != OP_CBRA
3177 OP_BRA/OP_CBRA case above. */
6429 bravalue = OP_CBRA;
8095 only OP_CBRA nee
[all...]
H A Dpcre_printint.c391 case OP_CBRA:
H A Dpcre_dfa_exec.c457 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA ||
556 ((*this_start_code == OP_CBRA || *this_start_code == OP_SCBRA ||
835 case OP_CBRA:
H A Dpcre_jit_compile.c654 case OP_CBRA:
806 case OP_CBRA:
812 cc += 1 + LINK_SIZE + (*cc == OP_CBRA || *cc == OP_SCBRA ? IMM2_SIZE : 0);
1090 if (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)
1148 case OP_CBRA:
1319 case OP_CBRA:
1501 case OP_CBRA:
1568 case OP_CBRA:
1747 case OP_CBRA:
3285 case OP_CBRA
[all...]
H A Dpcre_exec.c956 case OP_CBRA:
1941 if (*prev == OP_CBRA || *prev == OP_SCBRA ||

Completed in 230 milliseconds