Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2.h396 #define PCRE2_ERROR_HEAPLIMIT (-63) macro
H A Dpcre2_match.c660 if (mb->frame_vector_size >= maxsize) return PCRE2_ERROR_HEAPLIMIT; in match()
6634 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 41 milliseconds