Home
last modified time | relevance | path

Searched refs:limit_heap (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c181 *((uint32_t *)where) = re->limit_heap; in pcre2_pattern_info()
182 if (re->limit_heap == UINT32_MAX) return PCRE2_ERROR_UNSET; in pcre2_pattern_info()
H A Dpcre2_intmodedep.h629 uint32_t limit_heap; /* Limit set in the pattern */ member
H A Dpcre2_dfa_match.c3417 if (mb->heap_limit > re->limit_heap) in pcre2_dfa_match()
3418 mb->heap_limit = re->limit_heap; in pcre2_dfa_match()
H A Dpcre2_compile.c9665 uint32_t limit_heap = UINT32_MAX; in pcre2_compile() local
9875 if (p->type == PSO_LIMH) limit_heap = c; in pcre2_compile()
10149 re->limit_heap = limit_heap; in pcre2_compile()
H A Dpcre2_match.c6610 mb->heap_limit = (mcontext->heap_limit < re->limit_heap)? in pcre2_match()
6611 mcontext->heap_limit : re->limit_heap; in pcre2_match()

Completed in 63 milliseconds