Home
last modified time | relevance | path

Searched refs:match_call_count (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_internal.h2462 unsigned long int match_call_count; /* As it says */ member
H A Dpcre_exec.c708 if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT); in match()
6816 md->match_call_count = 0; in pcre_exec()
H A DChangeLog3750 match_call_count was an int. I've made them both unsigned long ints.

Completed in 50 milliseconds