Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h2518 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()
6932 md->match_call_count = 0; in pcre_exec()
H A DChangeLog4687 match_call_count was an int. I've made them both unsigned long ints.

Completed in 79 milliseconds