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.c71 Stack *const newStackTop = malloc(sizeof(Stack)); in stackPushMalloc() local
72 if (! newStackTop) { in stackPushMalloc()
75 newStackTop->model = model; in stackPushMalloc()
76 newStackTop->level = level; in stackPushMalloc()
77 newStackTop->prev = stackTop; in stackPushMalloc()
78 return newStackTop; in stackPushMalloc()
83 Stack *const newStackTop = stackTop->prev; in stackPopFree() local
85 return newStackTop; in stackPopFree()
163 Stack *const newStackTop in dumpContentModel() local
165 if (! newStackTop) { in dumpContentModel()
[all …]