Searched refs:heapframes (Results 1 – 4 of 4) sorted by relevance
69 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()
227 ((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 …]
313 internal_match_data->heapframes = NULL; in pcre2_substitute()
659 struct heapframe *heapframes; /* Backtracking frames heap memory */ member
Completed in 36 milliseconds