Searched refs:limit_heap (Results 1 – 5 of 5) sorted by relevance
181 *((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()
628 uint32_t limit_heap; /* Limit set in the pattern */ member
3385 if (mb->heap_limit > re->limit_heap) in pcre2_dfa_match()3386 mb->heap_limit = re->limit_heap; in pcre2_dfa_match()
9140 uint32_t limit_heap = UINT32_MAX; in pcre2_compile() local9346 if (p->type == PSO_LIMH) limit_heap = c; in pcre2_compile()9620 re->limit_heap = limit_heap; in pcre2_compile()
6282 mb->heap_limit = (mcontext->heap_limit < re->limit_heap)? in pcre2_match()6283 mcontext->heap_limit : re->limit_heap; in pcre2_match()