Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c335 heapframe *newframe = frame->Xnextframe;\
338 newframe = (heapframe *)(PUBL(stack_malloc))(sizeof(heapframe));\
360 heapframe *oldframe = frame;\
373 typedef struct heapframe { struct
374 struct heapframe *Xprevframe; argument
375 struct heapframe *Xnextframe; argument
432 } heapframe; argument
522 heapframe *frame = (heapframe *)md->match_frames_base; in match()
6198 heapframe *oldframe = nextframe; in release_match_heapframes()
6273 heapframe frame_zero; in pcre_exec()
[all …]
H A DChangeLog1564 heapframe that is used only when UTF-8 support is enabled. This caused no

Completed in 31 milliseconds