Lines Matching refs:XML_Content
430 static XML_Content * build_model(XML_Parser parser);
1901 XML_FreeContentModel(XML_Parser parser, XML_Content *model) in XML_FreeContentModel()
4588 XML_Content * content = (XML_Content *) MALLOC(sizeof(XML_Content)); in doProlog()
4671 XML_Content *model = build_model(parser); in doProlog()
6349 XML_Content *dest, in build_node()
6350 XML_Content **contpos, in build_node()
6384 static XML_Content *
6388 XML_Content *ret; in build_model()
6389 XML_Content *cpos; in build_model()
6391 int allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
6394 ret = (XML_Content *)MALLOC(allocsize); in build_model()