Home
last modified time | relevance | path

Searched refs:PCRE2_ERROR_HEAPLIMIT (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2.h398 #define PCRE2_ERROR_HEAPLIMIT (-63) macro
H A Dpcre2_match.c660 if (mb->frame_vector_size >= maxsize) return PCRE2_ERROR_HEAPLIMIT; in match()
6636 if (frame_size > mb->heap_limit * 1024) return PCRE2_ERROR_HEAPLIMIT; in pcre2_match()
H A Dpcre2_dfa_match.c437 return PCRE2_ERROR_HEAPLIMIT; in more_workspace()

Completed in 28 milliseconds