Home
last modified time | relevance | path

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

/freebsd/contrib/expat/examples/
H A Delement_declarations.c67 Stack *const newStackTop = malloc(sizeof(Stack)); in stackPushMalloc() local
68 if (! newStackTop) { in stackPushMalloc()
71 newStackTop->model = model; in stackPushMalloc()
72 newStackTop->level = level; in stackPushMalloc()
73 newStackTop->prev = stackTop; in stackPushMalloc()
74 return newStackTop; in stackPushMalloc()
79 Stack *const newStackTop = stackTop->prev; in stackPopFree() local
81 return newStackTop; in stackPopFree()
159 Stack *const newStackTop in dumpContentModel() local
161 if (! newStackTop) { in dumpContentModel()
[all …]