Home
last modified time | relevance | path

Searched defs:stackTop (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/expat/examples/
H A Delement_declarations.c67 stackPushMalloc(Stack *stackTop, const XML_Content *model, unsigned level) { in stackPushMalloc()
79 stackPopFree(Stack *stackTop) { in stackPopFree()
146 Stack *stackTop = stackPushMalloc(NULL, root, 1); in dumpContentModel() local