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

  /external/pcre/dist2/src/
pcre2_auto_possess.c 590 case OP_ONCE:
602 case OP_ONCE:
625 && *next_code != OP_ONCE && *next_code != OP_ONCE_NC) return FALSE;
    [all...]
pcre2_compile.c     [all...]
pcre2_jit_compile.c 272 /* For OP_ONCE. Less than 0 if not needed. */
582 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));
592 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));
677 case OP_ONCE:
    [all...]
pcre2_study.c 149 /* There's a special case of OP_ONCE, when it is wrapped round an
154 case OP_ONCE:
1027 case OP_ONCE:
    [all...]
pcre2_printint.c 395 case OP_ONCE:
pcre2_match.c     [all...]
pcre2_dfa_match.c     [all...]

Completed in 57 milliseconds