Home
last modified time | relevance | path

Searched refs:xmlDictFree (Results 1 – 25 of 36) sorted by relevance

12

/third_party/libxml2/os400/libxmlrpg/
Ddict.rpgle52 d xmlDictFree pr extproc('xmlDictFree')
/third_party/gettext/gnulib-local/lib/libxml/
Ddict.in.h83 xmlDictFree (xmlDictPtr dict);
Dschematron.c605 xmlDictFree(schema->dict); in xmlSchematronFree()
749 xmlDictFree(ctxt->dict); in xmlSchematronFreeParserCtxt()
1580 xmlDictFree(ctxt->dict); in xmlSchematronFreeValidCtxt()
Ddict.c804 xmlDictFree(xmlDictPtr dict) { in xmlDictFree() function
829 xmlDictFree(dict->subdict); in xmlDictFree()
Dpattern.c285 xmlDictFree(comp->dict); in xmlFreePattern()
1558 xmlDictFree(comp->dict); in xmlFreeStreamComp()
Dhash.c370 xmlDictFree(table->dict); in xmlHashFree()
Dxmlreader.c584 if (cur->dict != NULL) xmlDictFree(cur->dict); in xmlTextReaderFreeDoc()
2317 xmlDictFree(reader->dict); in xmlFreeTextReader()
5276 xmlDictFree(reader->dict); in xmlTextReaderSetup()
DparserInternals.c1832 if (ctxt->dict != NULL) xmlDictFree(ctxt->dict); in xmlFreeParserCtxt()
Dxinclude.c474 xmlDictFree(pctxt->dict); in xmlXIncludeParseFile()
Delfgcchack.h2936 #undef xmlDictFree
2937 extern __typeof (xmlDictFree) xmlDictFree __attribute((alias("xmlDictFree__internal_alias")));
2939 #ifndef xmlDictFree
2940 extern __typeof (xmlDictFree) xmlDictFree__internal_alias __attribute((visibility("hidden")));
2941 #define xmlDictFree xmlDictFree__internal_alias macro
Dparser.c13025 if (ctxt->dict != NULL) xmlDictFree(ctxt->dict); in xmlParseCtxtExternalEntity()
13402 if (ctxt->dict != NULL) xmlDictFree(ctxt->dict); in xmlParseBalancedChunkMemoryInternal()
13634 xmlDictFree(ctxt->dict); in xmlParseInNodeContext()
13835 xmlDictFree(ctxt->dict); in xmlParseBalancedChunkMemoryRecover()
/third_party/libxml2/include/libxml/
Ddict.h47 xmlDictFree (xmlDictPtr dict);
/third_party/libxml2/
Dtestdict.c305 xmlDictFree(dict); in run_test2()
421 xmlDictFree(dict); in run_test1()
Dschematron.c576 xmlDictFree(schema->dict); in xmlSchematronFree()
720 xmlDictFree(ctxt->dict); in xmlSchematronFreeParserCtxt()
1551 xmlDictFree(ctxt->dict); in xmlSchematronFreeValidCtxt()
Ddict.c801 xmlDictFree(xmlDictPtr dict) { in xmlDictFree() function
826 xmlDictFree(dict->subdict); in xmlDictFree()
Drngparser.c1453 xmlDictFree(ctxt.dict); in xmlConvertCRNG()
1496 xmlDictFree(ctxt.dict); in xmlConvertCRNG()
Dpattern.c259 xmlDictFree(comp->dict); in xmlFreePatternInternal()
1532 xmlDictFree(comp->dict); in xmlFreeStreamComp()
Dhash.c366 xmlDictFree(table->dict); in xmlHashFree()
Dlibxml2.syms1578 xmlDictFree;
Dxmlreader.c634 if (cur->dict != NULL) xmlDictFree(cur->dict); in xmlTextReaderFreeDoc()
2357 xmlDictFree(reader->dict); in xmlFreeTextReader()
5320 xmlDictFree(reader->dict); in xmlTextReaderSetup()
DparserInternals.c1804 if (ctxt->dict != NULL) xmlDictFree(ctxt->dict); in xmlFreeParserCtxt()
Dxinclude.c450 xmlDictFree(pctxt->dict); in xmlXIncludeParseFile()
Delfgcchack.h2905 #undef xmlDictFree
2906 extern __typeof (xmlDictFree) xmlDictFree __attribute((alias("xmlDictFree__internal_alias")));
2908 #ifndef xmlDictFree
2909 extern __typeof (xmlDictFree) xmlDictFree__internal_alias __attribute((visibility("hidden")));
2910 #define xmlDictFree xmlDictFree__internal_alias macro
/third_party/libxml2/os400/
Dtranscode.c28 xmlDictFree(*dict); in xmlZapDict()
/third_party/libxml2/win32/
Dlibxml2.def.src774 xmlDictFree

12