Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c70 yield->heapframes_size = 0; in pcre2_match_data_create()
182 return match_data->heapframes_size; in pcre2_get_match_data_heapframes_size()
H A Dpcre2_match.c674 if (match_data->heapframes_size >= PCRE2_SIZE_MAX / 2) in match()
681 newsize = match_data->heapframes_size * 2; in match()
710 match_data->heapframes_size = newsize; in match()
6582 PCRE2_SIZE heapframes_size; in pcre2_match() local
7053 heapframes_size = frame_size * 10; in pcre2_match()
7054 if (heapframes_size < START_FRAMES_SIZE) heapframes_size = START_FRAMES_SIZE; in pcre2_match()
7055 if (heapframes_size / 1024 > mb->heap_limit) in pcre2_match()
7059 heapframes_size = max_size; in pcre2_match()
7065 if (match_data->heapframes_size < heapframes_size) in pcre2_match()
7073 match_data->heapframes_size = 0; in pcre2_match()
[all …]
H A Dpcre2_substitute.c314 internal_match_data->heapframes_size = 0; in pcre2_substitute()
H A Dpcre2_intmodedep.h662 PCRE2_SIZE heapframes_size; /* Malloc-ed size */ member

Completed in 26 milliseconds