Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/expat/examples/
H A Delement_declarations.c74 newStackTop->prev = stackTop; in stackPushMalloc()
79 stackPopFree(Stack *stackTop) { in stackPopFree() argument
80 Stack *const newStackTop = stackTop->prev; in stackPopFree()
81 free(stackTop); in stackPopFree()
147 if (! stackTop) { in dumpContentModel()
151 while (stackTop) { in dumpContentModel()
153 const unsigned level = stackTop->level; in dumpContentModel()
157 stackTop = stackPopFree(stackTop); in dumpContentModel()
165 while (stackTop != NULL) { in dumpContentModel()
166 stackTop = stackPopFree(stackTop); in dumpContentModel()
[all …]