Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c672 PCRE2_SIZE usedsize = (char *)N - (char *)(match_data->heapframes); in match() local
700 if (newsize - usedsize < frame_size) return PCRE2_ERROR_HEAPLIMIT; in match()
703 memcpy(new, match_data->heapframes, usedsize); in match()
705 N = (heapframe *)((char *)new + usedsize); in match()

Completed in 26 milliseconds