Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h782 typedef struct heapframe { struct
833 } heapframe; argument
839 ((sizeof(heapframe) % sizeof(PCRE2_SIZE)) == 0)? (+1):(-1)];
847 heapframe *match_frames; /* Points to vector of frames */
848 heapframe *match_frames_top; /* Points after the end of the vector */
849 heapframe *stack_frames; /* The original vector on the stack */
H A Dpcre2_match.c212 display_frames(FILE *f, heapframe *F, heapframe *P, PCRE2_SIZE frame_size, in display_frames()
216 heapframe *Q; in display_frames()
230 i++, Q = (heapframe *)((char *)Q + frame_size)) in display_frames()
590 heapframe *P = NULL; in match()
651 N = (heapframe *)((char *)F + frame_size); in match()
655 heapframe *new; in match()
669 N = (heapframe *)((char *)F + frame_size); in match()
713 memcpy((char *)N + offsetof(heapframe, eptr), in match()
714 (char *)F + offsetof(heapframe, eptr), in match()
776 P = (heapframe *)((char *)N - frame_size); in match()
[all …]
H A Dpcre2_pattern_info.c168 *((size_t *)where) = offsetof(heapframe, ovector) + in pcre2_pattern_info()

Completed in 37 milliseconds