Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_exec.c351 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()
6296 release_match_heapframes (heapframe *frame_base) in release_match_heapframes()
6298 heapframe *nextframe = frame_base->Xnextframe; in release_match_heapframes()
[all …]
DChangeLog2158 heapframe that is used only when UTF-8 support is enabled. This caused no