Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2.h403 #define PCRE2_ERROR_HEAPLIMIT (-63) macro
H A Dpcre2_match.c640 if (mb->frame_vector_size >= maxsize) return PCRE2_ERROR_HEAPLIMIT; in match()
6306 if (frame_size > mb->heap_limit * 1024) return PCRE2_ERROR_HEAPLIMIT; in pcre2_match()
H A Dpcre2_dfa_match.c426 return PCRE2_ERROR_HEAPLIMIT; in more_workspace()

Completed in 52 milliseconds