Home
last modified time | relevance | path

Searched refs:xmlCreateIntSubset (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h707 xmlCreateIntSubset (xmlDocPtr doc,
/external/libxml2/
DHTMLparser.c2149 xmlCreateIntSubset(cur, BAD_CAST "html", ExternalID, URI); in htmlNewDocNoDtD()
4232 xmlCreateIntSubset(ctxt->myDoc, BAD_CAST "html", in htmlParseDocument()
5321 xmlCreateIntSubset(ctxt->myDoc, BAD_CAST "html", in htmlParseTryOrFinish()
Dxinclude.c1347 target = xmlCreateIntSubset(doc, cur->name, NULL, NULL); in xmlXIncludeMergeEntities()
Delfgcchack.h2387 #undef xmlCreateIntSubset
2388 extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset __attribute((alias("xmlCreateIntSubset__int…
2390 #ifndef xmlCreateIntSubset
2391 extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset__internal_alias __attribute((visibility("hi…
2392 #define xmlCreateIntSubset xmlCreateIntSubset__internal_alias macro
DSAX2.c359 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID); in xmlSAX2InternalSubset()
Dtree.c920 xmlCreateIntSubset(xmlDocPtr doc, const xmlChar *name, in xmlCreateIntSubset() function
Dparser.c6554 xmlCreateIntSubset(ctxt->myDoc, NULL, ExternalID, SystemID); in xmlParseExternalSubset()