Searched refs:match_call_count (Results 1 – 3 of 3) sorted by relevance
2462 unsigned long int match_call_count; /* As it says */ member
708 if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT); in match()6816 md->match_call_count = 0; in pcre_exec()
3750 match_call_count was an int. I've made them both unsigned long ints.
Completed in 72 milliseconds