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

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c1739 OP_BRA (normal non-capturing bracket) because the other variants of these
1744 case OP_BRA:
2457 if (c == OP_BRA || c == OP_BRAPOS ||
3152 case OP_BRA:
3171 if (*next_code != OP_BRA && *next_code != OP_CBRA
3177 OP_BRA/OP_CBRA case above. */
5959 *previous++ = OP_BRA;
6092 *code++ = OP_BRA;
6147 convert the initial operator to the S form (e.g. OP_BRA -> OP_SBRA) so
6172 possessive_quantifier) *bracode = OP_BRA;
[all...]
H A Dpcre_study.c125 case OP_BRA:
920 case OP_BRA:
H A Dpcre_printint.c400 case OP_BRA:
H A Dpcre_jit_compile.c652 case OP_BRA:
805 case OP_BRA:
978 if (next[0] != type || next[1] != OP_BRA || next[2 + LINK_SIZE] != *begin)
1090 if (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)
1144 case OP_BRA:
3283 case OP_BRA:
6416 pcre_uchar bra = OP_BRA;
6588 /* For OP_BRA and OP_BRAMINZERO. */
6702 if (bra == OP_BRA)
6750 if (bra != OP_BRA)
[all...]
H A Dpcre_dfa_exec.c824 case OP_BRA:
H A Dpcre_exec.c1057 case OP_BRA:

Completed in 267 milliseconds