HomeSort by relevance Sort by last modified time
    Searched refs:OP_ONCE_NC (Results 1 - 6 of 6) sorted by null

  /external/pcre/dist/
pcre_compile.c     [all...]
pcre_study.c 137 case OP_ONCE_NC:
971 case OP_ONCE_NC:
    [all...]
pcre_printint.c 414 case OP_ONCE_NC:
pcre_jit_compile.c 647 case OP_ONCE_NC:
1077 if (repeat_check && (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND))
1106 case OP_ONCE_NC:
    [all...]
pcre_exec.c 865 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);
    [all...]
pcre_dfa_exec.c     [all...]

Completed in 347 milliseconds