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

  /external/pcre/dist2/src/
pcre2_study.c 142 if (*cs != OP_ALT)
172 do cc += GET(cc, 1); while (*cc == OP_ALT);
193 do cc += GET(cc, 1); while (*cc == OP_ALT);
209 case OP_ALT:
217 if (op != OP_ALT) return length;
229 do cc += GET(cc, 1); while (*cc == OP_ALT);
266 do cc += GET(cc, 1); while (*cc == OP_ALT);
465 do ce += GET(ce, 1); while (*ce == OP_ALT);
508 do ce += GET(ce, 1); while (*ce == OP_ALT);
590 do ce += GET(ce, 1); while (*ce == OP_ALT);
    [all...]
pcre2_match.c 514 while (*callpat == OP_ALT); /* Loop for the alternatives */
    [all...]
pcre2_auto_possess.c 561 if (c == OP_ALT)
563 do code += GET(code, 1); while (*code == OP_ALT);
609 while (*next_code == OP_ALT)
627 do next_code += GET(next_code, 1); while (*next_code == OP_ALT);
    [all...]
pcre2_dfa_match.c 446 while (*end_code == OP_ALT);
492 while (*end_code == OP_ALT);
509 do { end_code += GET(end_code, 1); } while (*end_code == OP_ALT);
529 while (*end_code == OP_ALT);
754 case OP_ALT:
755 do { code += GET(code, 1); } while (*code == OP_ALT);
767 while (*code == OP_ALT);
    [all...]
pcre2_compile.c     [all...]
pcre2_printint.c 389 case OP_ALT:
pcre2_jit_compile.c 583 do cc += GET(cc, 1); while (*cc == OP_ALT);
598 while (*cc == OP_ALT);
667 case OP_ALT:
1118 while (*cc == OP_ALT);
    [all...]

Completed in 60 milliseconds