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

  /external/pcre/dist2/src/
pcre2_pattern_info.c 378 case OP_CALLOUT:
pcre2_dfa_match.c     [all...]
pcre2_study.c 241 case OP_CALLOUT:
1059 case OP_CALLOUT:
1060 tcode += PRIV(OP_lengths)[OP_CALLOUT];
    [all...]
pcre2_compile.c 675 question must be wrapped in ONCE brackets. The table is truncated at OP_CALLOUT
    [all...]
pcre2_auto_possess.c 549 if (c == OP_CALLOUT)
    [all...]
pcre2_printint.c 610 case OP_CALLOUT:
pcre2_match.c     [all...]
pcre2_jit_compile.c 666 case OP_CALLOUT:
847 if (cc[1 + LINK_SIZE] == OP_CALLOUT || cc[1 + LINK_SIZE] == OP_CALLOUT_STR)
880 case OP_CALLOUT:
887 cc += (*cc == OP_CALLOUT) ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2*LINK_SIZE);
    [all...]

Completed in 56 milliseconds