Home
last modified time | relevance | path

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

/PHP-8.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h654 struct heapframe; /* Forward reference */
661 struct heapframe *heapframes; /* Backtracking frames heap memory */
790 typedef struct heapframe { struct
842 } heapframe; argument
848 ((sizeof(heapframe) % sizeof(PCRE2_SIZE)) == 0)? (+1):(-1)];
854 heapframe frame; /* Offset is its alignment */
H A Dpcre2_match.c219 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size, in display_frames()
223 heapframe *Q; in display_frames()
601 heapframe *P = NULL; in match()
667 N = (heapframe *)((char *)F + frame_size); in match()
670 heapframe *new; in match()
705 N = (heapframe *)((char *)new + usedsize); in match()
706 F = (heapframe *)((char *)N - frame_size); in match()
749 memcpy((char *)N + offsetof(heapframe, eptr), in match()
750 (char *)F + offsetof(heapframe, eptr), in match()
7032 frame_size = (offsetof(heapframe, ovector) + in pcre2_match()
[all …]
H A Dpcre2_pattern_info.c168 *((size_t *)where) = offsetof(heapframe, ovector) + in pcre2_pattern_info()

Completed in 29 milliseconds