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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c2876 int charcount, matched_count; local
2890 for (matched_count = 0;; matched_count++)
2921 /* At this point we have matched the subpattern matched_count
2925 if (matched_count > 0 || allow_zero)

Completed in 129 milliseconds