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

/forgerock/web-agents-v4/pcre/
H A 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;
391 struct heapframe *Xnextframe;
448 } heapframe; typedef in typeref:struct:heapframe
538 heapframe *frame = (heapframe *)m
[all...]

Completed in 30 milliseconds