Home
last modified time | relevance | path

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

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

Completed in 45 milliseconds