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()
629 uint32_t limit_heap; /* Limit set in the pattern */ member
3476 if (mb->heap_limit > re->limit_heap) in pcre2_dfa_match()3477 mb->heap_limit = re->limit_heap; in pcre2_dfa_match()
9791 uint32_t limit_heap = UINT32_MAX; in pcre2_compile() local10001 if (p->type == PSO_LIMH) limit_heap = c; in pcre2_compile()10276 re->limit_heap = limit_heap; in pcre2_compile()
6818 mb->heap_limit = ((mcontext->heap_limit < re->limit_heap)? in pcre2_match()6819 mcontext->heap_limit : re->limit_heap) * 1024; in pcre2_match()
Completed in 52 milliseconds