Lines Matching refs:XML_Content
430 static XML_Content * build_model(XML_Parser parser);
1890 XML_FreeContentModel(XML_Parser parser, XML_Content *model) in XML_FreeContentModel()
4575 XML_Content * content = (XML_Content *) MALLOC(sizeof(XML_Content)); in doProlog()
4658 XML_Content *model = build_model(parser); in doProlog()
6324 XML_Content *dest, in build_node()
6325 XML_Content **contpos, in build_node()
6359 static XML_Content *
6363 XML_Content *ret; in build_model()
6364 XML_Content *cpos; in build_model()
6366 int allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
6369 ret = (XML_Content *)MALLOC(allocsize); in build_model()