Home
last modified time | relevance | path

Searched refs:heapframes_size (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c70 yield->heapframes_size = 0; in pcre2_match_data_create()
H A Dpcre2_match.c643 heapframes_size = (match_data->heapframes_size / frame_size) * frame_size; in match()
668 PCRE2_SIZE newsize = match_data->heapframes_size * 2; in match()
686 match_data->heapframes_size = newsize; in match()
6363 PCRE2_SIZE heapframes_size; in pcre2_match() local
6833 heapframes_size = frame_size * 10; in pcre2_match()
6834 if (heapframes_size < START_FRAMES_SIZE) heapframes_size = START_FRAMES_SIZE; in pcre2_match()
6835 if (heapframes_size > mb->heap_limit) in pcre2_match()
6838 heapframes_size = mb->heap_limit; in pcre2_match()
6844 if (match_data->heapframes_size < heapframes_size) in pcre2_match()
6852 match_data->heapframes_size = 0; in pcre2_match()
[all …]
H A Dpcre2_intmodedep.h660 PCRE2_SIZE heapframes_size; /* Malloc-ed size */ member
H A Dpcre2_substitute.c314 internal_match_data->heapframes_size = 0; in pcre2_substitute()

Completed in 28 milliseconds