Searched refs:xmlCreateIntSubset (Results 1 – 13 of 13) sorted by relevance
| /third_party/libxml2/doc/examples/ |
| D | tree2.c | 45 xmlCreateIntSubset(doc, BAD_CAST "root", NULL, BAD_CAST "tree2.dtd"); in main()
|
| /third_party/libxml2/include/libxml/ |
| D | tree.h | 752 xmlCreateIntSubset (xmlDocPtr doc,
|
| /third_party/libxml2/ |
| D | libxml2.syms | 932 xmlCreateIntSubset;
|
| D | HTMLparser.c | 2519 xmlCreateIntSubset(cur, BAD_CAST "html", ExternalID, URI); in htmlNewDocNoDtD() 5007 xmlCreateIntSubset(ctxt->myDoc, BAD_CAST "html", in htmlParseDocument() 6196 xmlCreateIntSubset(ctxt->myDoc, BAD_CAST "html", in htmlParseTryOrFinish()
|
| D | xinclude.c | 1371 target = xmlCreateIntSubset(doc, cur->name, NULL, NULL); in xmlXIncludeMergeEntities()
|
| D | elfgcchack.h | 2459 #undef xmlCreateIntSubset 2460 extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset __attribute((alias("xmlCreateIntSubset__int… 2462 #ifndef xmlCreateIntSubset 2463 extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset__internal_alias __attribute((visibility("hi… 2464 #define xmlCreateIntSubset xmlCreateIntSubset__internal_alias macro
|
| D | SAX2.c | 377 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID); in xmlSAX2InternalSubset()
|
| D | tree.c | 950 xmlCreateIntSubset(xmlDocPtr doc, const xmlChar *name, in xmlCreateIntSubset() function
|
| D | parser.c | 7042 xmlCreateIntSubset(ctxt->myDoc, NULL, ExternalID, SystemID); in xmlParseExternalSubset()
|
| D | testapi.c | 19689 …ret_val = xmlCreateIntSubset(doc, (const xmlChar *)name, (const xmlChar *)ExternalID, (const xmlCh… in test_xmlCreateIntSubset()
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | tree.rpgle | 780 d xmlCreateIntSubset... 781 d pr extproc('xmlCreateIntSubset')
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 710 xmlCreateIntSubset
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 94326 xmlCreateIntSubset(cur, BAD_CAST "html", ExternalID, URI); 103444 -#undef xmlCreateIntSubset 103445 -extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset __attribute((alias("xmlCreateIntSubset__in… 103447 -#ifndef xmlCreateIntSubset 103448 -extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset__internal_alias __attribute((visibility("h… 103449 -#define xmlCreateIntSubset xmlCreateIntSubset__internal_alias
|