Home
last modified time | relevance | path

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

/freebsd/contrib/expat/examples/
H A Delement_declarations.c67 stackPushMalloc(Stack *stackTop, const XML_Content *model, unsigned level) { in stackPushMalloc()
74 newStackTop->prev = stackTop; in stackPushMalloc()
79 stackPopFree(Stack *stackTop) { in stackPopFree()
80 Stack *const newStackTop = stackTop->prev; in stackPopFree()
81 free(stackTop); in stackPopFree()
146 Stack *stackTop = stackPushMalloc(NULL, root, 1); in dumpContentModel()
147 if (! stackTop) { in dumpContentModel()
151 while (stackTop) { in dumpContentModel()
152 const XML_Content *const model = stackTop->model; in dumpContentModel()
153 const unsigned level = stackTop in dumpContentModel()
66 stackPushMalloc(Stack * stackTop,const XML_Content * model,unsigned level) stackPushMalloc() argument
78 stackPopFree(Stack * stackTop) stackPopFree() argument
145 Stack *stackTop = stackPushMalloc(NULL, root, 1); dumpContentModel() local
[all...]