limit_match 8998 ext/pcre/pcrelib/pcre_compile.c pcre_uint32 limit_match = PCRE_UINT32_MAX; limit_match 9120 ext/pcre/pcrelib/pcre_compile.c if (c < limit_match) limit_match 9122 ext/pcre/pcrelib/pcre_compile.c limit_match = c; limit_match 9359 ext/pcre/pcrelib/pcre_compile.c re->limit_match = limit_match; limit_match 6528 ext/pcre/pcrelib/pcre_exec.c if ((re->flags & PCRE_MLSET) != 0 && re->limit_match < md->match_limit) limit_match 6529 ext/pcre/pcrelib/pcre_exec.c md->match_limit = re->limit_match; limit_match 225 ext/pcre/pcrelib/pcre_fullinfo.c *((pcre_uint32 *)where) = re->limit_match; limit_match 2330 ext/pcre/pcrelib/pcre_internal.h pcre_uint32 limit_match; /* Limit set from regex */ limit_match 2356 ext/pcre/pcrelib/pcre_internal.h pcre_uint32 limit_match; /* Limit set from regex */ limit_match 171 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uint32 limit_match; limit_match 187 ext/pcre/pcrelib/pcre_jit_compile.c pcre_uint32 limit_match; limit_match 10034 ext/pcre/pcrelib/pcre_jit_compile.c OP1(SLJIT_MOV_UI, TMP1, 0, SLJIT_MEM1(TMP1), SLJIT_OFFSETOF(jit_arguments, limit_match)); limit_match 10382 ext/pcre/pcrelib/pcre_jit_compile.c functions->limit_match = (re->flags & PCRE_MLSET) != 0 ? re->limit_match : 0; limit_match 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); limit_match 10439 ext/pcre/pcrelib/pcre_jit_compile.c if (functions->limit_match != 0 && functions->limit_match < arguments.limit_match) limit_match 10440 ext/pcre/pcrelib/pcre_jit_compile.c arguments.limit_match = functions->limit_match; limit_match 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); limit_match 10532 ext/pcre/pcrelib/pcre_jit_compile.c if (functions->limit_match != 0 && functions->limit_match < arguments.limit_match) limit_match 10533 ext/pcre/pcrelib/pcre_jit_compile.c arguments.limit_match = functions->limit_match;