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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c1766 case OP_ONCE_NC:
2511 c == OP_ONCE || c == OP_ONCE_NC ||
3194 case OP_ONCE_NC:
3206 case OP_ONCE_NC:
3228 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE;
6309 if ((*bracode == OP_ONCE || *bracode == OP_ONCE_NC) &&
6315 if (*bracode == OP_ONCE || *bracode == OP_ONCE_NC)
7748 generate OP_ONCE_NC instead of OP_ONCE. */
7751 *code = OP_ONCE_NC;
8651 else if (op == OP_ONCE || op == OP_ONCE_NC)
[all...]
H A Dpcre_study.c137 case OP_ONCE_NC:
971 case OP_ONCE_NC:
H A Dpcre_printint.c414 case OP_ONCE_NC:
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);
1932 *prev == OP_ONCE_NC)
H A Dpcre_dfa_exec.c2962 case OP_ONCE_NC:

Completed in 181 milliseconds