Home | History | Annotate | Download | only in lib

Lines Matching refs:XML_Content

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