Home
last modified time | relevance | path

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

/php-src/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.h630 uint32_t limit_heap; /* Limit set in the pattern */ member
H A Dpcre2_dfa_match.c3528 if (mb->heap_limit > re->limit_heap) in pcre2_dfa_match()
3529 mb->heap_limit = re->limit_heap; in pcre2_dfa_match()
H A Dpcre2_compile.c10151 uint32_t limit_heap = UINT32_MAX; in pcre2_compile() local
10364 if (p->type == PSO_LIMH) limit_heap = c; in pcre2_compile()
10637 re->limit_heap = limit_heap; in pcre2_compile()
H A Dpcre2_match.c7039 mb->heap_limit = ((mcontext->heap_limit < re->limit_heap)? in pcre2_match()
7040 mcontext->heap_limit : re->limit_heap); in pcre2_match()

Completed in 57 milliseconds