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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c2927 const pcre_uchar *end_subpattern = code; local
2930 do { end_subpattern += GET(end_subpattern, 1); }
2931 while (*end_subpattern == OP_ALT);
2933 (int)(end_subpattern - start_code + LINK_SIZE + 1);
2980 const pcre_uchar *end_subpattern = code; local
2984 do { end_subpattern += GET(end_subpattern, 1); }
2985 while (*end_subpattern == OP_ALT);
2987 (int)(end_subpattern
[all...]

Completed in 72 milliseconds