Searched defs:end_subpattern (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_dfa_match.c2857 PCRE2_SPTR end_subpattern = code; local
2860 do { end_subpattern += GET(end_subpattern, 1); }
2861 while (*end_subpattern == OP_ALT);
2863 (int)(end_subpattern - start_code + LINK_SIZE + 1);
2910 PCRE2_SPTR end_subpattern = code; local
2914 do { end_subpattern += GET(end_subpattern, 1); }
2915 while (*end_subpattern == OP_ALT);
2917 (int)(end_subpattern
[all...]

Completed in 337 milliseconds