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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c418 int active_count, new_count, match_count; local
450 match_count = PCRE_ERROR_NOMATCH; /* A negative number */
790 if (match_count < 0) match_count = (offsetcount >= 2)? 1 : 0;
791 else if (match_count > 0 && ++match_count * 2 > offsetcount)
792 match_count = 0;
793 count = ((match_count == 0)? offsetcount : match_count * 2) - 2;
806 match_count, rleve
[all...]

Completed in 29 milliseconds