Lines Matching refs:heapframe
351 heapframe *newframe = frame->Xnextframe;\
354 newframe = (heapframe *)(PUBL(stack_malloc))(sizeof(heapframe));\
376 heapframe *oldframe = frame;\
389 typedef struct heapframe { struct
390 struct heapframe *Xprevframe; argument
391 struct heapframe *Xnextframe; argument
448 } heapframe; argument
538 heapframe *frame = (heapframe *)md->match_frames_base; in match()
6308 release_match_heapframes (heapframe *frame_base) in release_match_heapframes()
6310 heapframe *nextframe = frame_base->Xnextframe; in release_match_heapframes()
6313 heapframe *oldframe = nextframe; in release_match_heapframes()
6389 heapframe frame_zero; in pcre_exec()
6403 return -((int)sizeof(heapframe)); in pcre_exec()