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

/macosx-10.9.5/libxml2-26/libxml2/doc/examples/
H A Dtree2.c46 dtd = xmlCreateIntSubset(doc, BAD_CAST "root", NULL, BAD_CAST "tree2.dtd");
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dtransform.c3685 res->intSubset = xmlCreateIntSubset(res, doctype,
3694 xmlCreateIntSubset(res, doctype,
3706 res->intSubset = xmlCreateIntSubset(res, doctype,
6242 res->intSubset = xmlCreateIntSubset(res, doctype,
6251 xmlCreateIntSubset(res, doctype,
6270 res->intSubset = xmlCreateIntSubset(res, doctype,
/macosx-10.9.5/libxml2-26/libxml2/
H A Dlibxml2.syms932 xmlCreateIntSubset;
H A DHTMLparser.c2340 xmlCreateIntSubset(cur, BAD_CAST "html", ExternalID, URI);
4754 xmlCreateIntSubset(ctxt->myDoc, BAD_CAST "html",
6001 xmlCreateIntSubset(ctxt->myDoc, BAD_CAST "html",
H A DSAX2.c376 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID);
H A Dxinclude.c1356 target = xmlCreateIntSubset(doc, cur->name, NULL, NULL);
H A Delfgcchack.h2459 #undef xmlCreateIntSubset macro
2460 extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset __attribute((alias("xmlCreateIntSubset__internal_alias")));
2462 #ifndef xmlCreateIntSubset
2463 extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset__internal_alias __attribute((visibility("hidden")));
2464 #define xmlCreateIntSubset xmlCreateIntSubset__internal_alias macro
H A Dtree.c860 * internal subset, use xmlCreateIntSubset().
929 * xmlCreateIntSubset:
939 xmlCreateIntSubset(xmlDocPtr doc, const xmlChar *name, function
947 "xmlCreateIntSubset(): document %s already have an internal subset\n",
H A Dtestapi.c19573 ret_val = xmlCreateIntSubset(doc, (const xmlChar *)name, (const xmlChar *)ExternalID, (const xmlChar *)SystemID);
19582 printf("Leak of %d blocks found in xmlCreateIntSubset",
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dlibxml2.syms932 xmlCreateIntSubset;
H A Dxinclude.c1353 target = xmlCreateIntSubset(doc, cur->name, NULL, NULL);
H A DHTMLparser.c2300 xmlCreateIntSubset(cur, BAD_CAST "html", ExternalID, URI);
4677 xmlCreateIntSubset(ctxt->myDoc, BAD_CAST "html",
5876 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.c842 * internal subset, use xmlCreateIntSubset().
911 * xmlCreateIntSubset:
921 xmlCreateIntSubset(xmlDocPtr doc, const xmlChar *name, function
929 "xmlCreateIntSubset(): document %s already have an internal subset\n",
H A Dtestapi.c19405 ret_val = xmlCreateIntSubset(doc, (const xmlChar *)name, (const xmlChar *)ExternalID, (const xmlChar *)SystemID);
19414 printf("Leak of %d blocks found in xmlCreateIntSubset",
[all...]
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dtree.h747 xmlCreateIntSubset (xmlDocPtr doc,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dtree.h707 xmlCreateIntSubset (xmlDocPtr doc,
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.xs2692 dtd = xmlCreateIntSubset( self, name, externalID, systemID );

Completed in 793 milliseconds