Home | History | Annotate | Download | only in lib

Lines Matching refs:XML_Content

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