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

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c1746 case OP_ONCE_NC:
2459 c == OP_ONCE || c == OP_ONCE_NC ||
3139 case OP_ONCE_NC:
3151 case OP_ONCE_NC:
3172 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE;
6171 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) &&
6177 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC)
7519 generate OP_ONCE_NC instead of OP_ONCE. */
7522 *code = OP_ONCE_NC;
8425 else if (op == OP_ONCE || op == OP_ONCE_NC)
[all...]
H A Dpcre_study.c132 case OP_ONCE_NC:
929 case OP_ONCE_NC:
H A Dpcre_printint.c414 case OP_ONCE_NC:
H A Dpcre_jit_compile.c651 case OP_ONCE_NC:
1090 if (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)
1116 case OP_ONCE_NC:
1559 case OP_ONCE_NC:
1736 case OP_ONCE_NC:
3282 case OP_ONCE_NC:
6925 (?>|) OP_ONCE_NC | OP_ALT ... [stack trace] M A
6996 if (SLJIT_UNLIKELY(opcode == OP_ONCE_NC))
8432 case OP_ONCE_NC:
8855 if (SLJIT_UNLIKELY(opcode == OP_ONCE_NC))
[all...]
H A Dpcre_exec.c865 contain any captures generate OP_ONCE_NC, which can be handled in the old,
873 case OP_ONCE_NC:
901 if (*ecode != OP_ONCE_NC && *ecode != OP_ALT) RRETURN(MATCH_NOMATCH);
1925 *prev == OP_ONCE_NC)
H A Dpcre_dfa_exec.c2961 case OP_ONCE_NC:

Completed in 420 milliseconds