Searched refs:stackTop (Results 1 – 1 of 1) sorted by relevance
67 stackPushMalloc(Stack *stackTop, const XML_Content *model, unsigned level) { in stackPushMalloc() argument74 newStackTop->prev = stackTop; in stackPushMalloc()79 stackPopFree(Stack *stackTop) { in stackPopFree() argument80 Stack *const newStackTop = stackTop->prev; in stackPopFree()81 free(stackTop); in stackPopFree()146 Stack *stackTop = stackPushMalloc(NULL, root, 1); in dumpContentModel() local147 if (! stackTop) { in dumpContentModel()151 while (stackTop) { in dumpContentModel()152 const XML_Content *const model = stackTop->model; in dumpContentModel()153 const unsigned level = stackTop->level; in dumpContentModel()[all …]