match_limit       379 ext/pcre/pcrelib/pcre.h   unsigned long int match_limit;  /* Maximum number of calls to match() */
match_limit       392 ext/pcre/pcrelib/pcre.h   unsigned long int match_limit;  /* Maximum number of calls to match() */
match_limit       405 ext/pcre/pcrelib/pcre.h   unsigned long int match_limit;  /* Maximum number of calls to match() */
match_limit       722 ext/pcre/pcrelib/pcre_exec.c if (md->match_call_count++ >= md->match_limit) RRETURN(PCRE_ERROR_MATCHLIMIT);
match_limit      6502 ext/pcre/pcrelib/pcre_exec.c md->match_limit = MATCH_LIMIT;
match_limit      6518 ext/pcre/pcrelib/pcre_exec.c     md->match_limit = extra_data->match_limit;
match_limit      6528 ext/pcre/pcrelib/pcre_exec.c if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit)
match_limit      6529 ext/pcre/pcrelib/pcre_exec.c   md->match_limit = re->limit_match;
match_limit      2515 ext/pcre/pcrelib/pcre_internal.h   unsigned long int match_limit;           /* As it says */
match_limit      10438 ext/pcre/pcrelib/pcre_jit_compile.c arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_uint32)(extra_data->match_limit);
match_limit      10531 ext/pcre/pcrelib/pcre_jit_compile.c arguments.limit_match = ((extra_data->flags & PCRE_EXTRA_MATCH_LIMIT) == 0) ? MATCH_LIMIT : (pcre_uint32)(extra_data->match_limit);
match_limit       462 ext/pcre/php_pcre.c 			extra->match_limit = (unsigned long)PCRE_G(backtrack_limit);
match_limit       700 ext/pcre/php_pcre.c 	extra->match_limit = (unsigned long)PCRE_G(backtrack_limit);
match_limit      1115 ext/pcre/php_pcre.c 	extra->match_limit = (unsigned long)PCRE_G(backtrack_limit);
match_limit      1761 ext/pcre/php_pcre.c 	extra->match_limit = (unsigned long)PCRE_G(backtrack_limit);
match_limit      2037 ext/pcre/php_pcre.c 	extra->match_limit = (unsigned long)PCRE_G(backtrack_limit);