Lines Matching refs:XML_Content
515 static XML_Content * build_model(XML_Parser parser);
2284 XML_FreeContentModel(XML_Parser parser, XML_Content *model) in XML_FreeContentModel()
5166 XML_Content * content = (XML_Content *) MALLOC(parser, sizeof(XML_Content)); in doProlog()
5249 XML_Content *model = build_model(parser); in doProlog()
7115 XML_Content *dest, in build_node()
7116 XML_Content **contpos, in build_node()
7150 static XML_Content *
7154 XML_Content *ret; in build_model()
7155 XML_Content *cpos; in build_model()
7157 int allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()
7160 ret = (XML_Content *)MALLOC(parser, allocsize); in build_model()