Home
last modified time | relevance | path

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

/src/contrib/expat/examples/
H A Delement_declarations.c67 stackPushMalloc(Stack *stackTop, const XML_Content *model, unsigned level) { in stackPushMalloc() function
146 Stack *stackTop = stackPushMalloc(NULL, root, 1); in dumpContentModel()
161 = stackPushMalloc(stackTop, model->children + (u - 1), level + 1); in dumpContentModel()