Searched refs:XML_Content (Results 1 – 2 of 2) sorted by relevance
173 typedef struct XML_cp XML_Content; typedef180 XML_Content *children;191 XML_Content *model);980 XML_FreeContentModel(XML_Parser parser, XML_Content *model);
581 static XML_Content *build_model(XML_Parser parser);2384 XML_FreeContentModel(XML_Parser parser, XML_Content *model) { in XML_FreeContentModel()5595 XML_Content *content in doProlog()5596 = (XML_Content *)MALLOC(parser, sizeof(XML_Content)); in doProlog()5685 XML_Content *model = build_model(parser); in doProlog()7639 static XML_Content *7646 XML_Content *ret; in build_model()7654 if (dtd->scaffCount > (size_t)(-1) / sizeof(XML_Content)) { in build_model()7661 if (dtd->scaffCount * sizeof(XML_Content) in build_model()7666 const size_t allocsize = (dtd->scaffCount * sizeof(XML_Content) in build_model()[all …]