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

/external/libxslt/libxslt/
H A Dtransform.c3620 res->intSubset = xmlCreateIntSubset(res, doctype,
3629 xmlCreateIntSubset(res, doctype,
3641 res->intSubset = xmlCreateIntSubset(res, doctype,
6132 res->intSubset = xmlCreateIntSubset(res, doctype,
6141 xmlCreateIntSubset(res, doctype,
6160 res->intSubset = xmlCreateIntSubset(res, doctype,
/external/libxml2/include/libxml/
H A Dtree.h707 xmlCreateIntSubset (xmlDocPtr doc,
/external/libxml2/
H A Dxinclude.c1353 target = xmlCreateIntSubset(doc, cur->name, NULL, NULL);
H A DHTMLparser.c2300 xmlCreateIntSubset(cur, BAD_CAST "html", ExternalID, URI);
4682 xmlCreateIntSubset(ctxt->myDoc, BAD_CAST "html",
5881 xmlCreateIntSubset(ctxt->myDoc, BAD_CAST "html",
H A DSAX2.c359 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID);
H A Delfgcchack.h2387 #undef xmlCreateIntSubset macro
2388 extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset __attribute((alias("xmlCreateIntSubset__internal_alias")));
2390 #ifndef xmlCreateIntSubset
2391 extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset__internal_alias __attribute((visibility("hidden")));
2392 #define xmlCreateIntSubset xmlCreateIntSubset__internal_alias macro
H A Dtree.c853 * internal subset, use xmlCreateIntSubset().
922 * xmlCreateIntSubset:
932 xmlCreateIntSubset(xmlDocPtr doc, const xmlChar *name, function
940 "xmlCreateIntSubset(): document %s already have an internal subset\n",

Completed in 138 milliseconds