Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c69 yield->heapframes = NULL; in pcre2_match_data_create()
102 if (match_data->heapframes != NULL) in pcre2_match_data_free()
103 match_data->memctl.free(match_data->heapframes, in pcre2_match_data_free()
H A Dpcre2_match.c227 ((char *)P - (char *)(match_data->heapframes))/frame_size); in display_frames()
230 for (i = 0, Q = match_data->heapframes; in display_frames()
642 F = match_data->heapframes; in match()
679 memcpy(new, match_data->heapframes, heapframes_size); in match()
685 match_data->heapframes = new; in match()
747 Flast_group_offset = (char *)F - (char *)match_data->heapframes; in match()
789 N = (heapframe *)((char *)match_data->heapframes + offset); in match()
827 N = (heapframe *)((char *)match_data->heapframes + offset); in match()
5345 N = (heapframe *)((char *)match_data->heapframes + offset); in match()
6846 match_data->memctl.free(match_data->heapframes, in pcre2_match()
[all …]
H A Dpcre2_intmodedep.h659 struct heapframe *heapframes; /* Backtracking frames heap memory */ member
H A Dpcre2_substitute.c313 internal_match_data->heapframes = NULL; in pcre2_substitute()

Completed in 37 milliseconds