Home
last modified time | relevance | path

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

/external/expat/expat/examples/
Delement_declarations.c66 stackPushMalloc(Stack *stackTop, const XML_Content *model, unsigned level) { in stackPushMalloc() function
145 Stack *stackTop = stackPushMalloc(NULL, root, 1); in dumpContentModel()
160 = stackPushMalloc(stackTop, model->children + (u - 1), level + 1); in dumpContentModel()