Searched refs:heapframe (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_intmodedep.h | 652 struct heapframe; /* Forward reference */ 659 struct heapframe *heapframes; /* Backtracking frames heap memory */ 786 typedef struct heapframe { struct 837 } heapframe; argument 843 ((sizeof(heapframe) % sizeof(PCRE2_SIZE)) == 0)? (+1):(-1)]; 849 heapframe frame; /* Offset is its alignment */
|
H A D | pcre2_match.c | 214 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size, in display_frames() 218 heapframe *Q; in display_frames() 596 heapframe *P = NULL; in match() 598 heapframe *frames_top; /* End of frames vector */ in match() 664 N = (heapframe *)((char *)F + frame_size); in match() 667 heapframe *new; in match() 682 N = (heapframe *)((char *)F + frame_size); in match() 727 memcpy((char *)N + offsetof(heapframe, eptr), in match() 728 (char *)F + offsetof(heapframe, eptr), in match() 6811 frame_size = (offsetof(heapframe, ovector) + in pcre2_match() [all …]
|
H A D | pcre2_pattern_info.c | 168 *((size_t *)where) = offsetof(heapframe, ovector) + in pcre2_pattern_info()
|
Completed in 34 milliseconds