Home
last modified time | relevance | path

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

/external/libxml2/os400/libxmlrpg/
Ddict.rpgle52 d xmlDictFree pr extproc('xmlDictFree')
/external/libxml2/include/libxml/
Ddict.h54 xmlDictFree (xmlDictPtr dict);
/external/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.c793 xmlDictFree(xmlDictPtr dict) { in xmlDictFree() function
818 xmlDictFree(dict->subdict); in xmlDictFree()
Drngparser.c1453 xmlDictFree(ctxt.dict); in xmlConvertCRNG()
1496 xmlDictFree(ctxt.dict); in xmlConvertCRNG()
Dpattern.c256 xmlDictFree(comp->dict); in xmlFreePattern()
1529 xmlDictFree(comp->dict); in xmlFreeStreamComp()
Dhash.c359 xmlDictFree(table->dict); in xmlHashFree()
Dlibxml2.syms1578 xmlDictFree;
Dxmlreader.c555 if (cur->dict != NULL) xmlDictFree(cur->dict); in xmlTextReaderFreeDoc()
2289 xmlDictFree(reader->dict); in xmlFreeTextReader()
5248 xmlDictFree(reader->dict); in xmlTextReaderSetup()
DparserInternals.c1793 if (ctxt->dict != NULL) xmlDictFree(ctxt->dict); in xmlFreeParserCtxt()
Dxinclude.c445 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
Dparser.c12991 if (ctxt->dict != NULL) xmlDictFree(ctxt->dict); in xmlParseCtxtExternalEntity()
13368 if (ctxt->dict != NULL) xmlDictFree(ctxt->dict); in xmlParseBalancedChunkMemoryInternal()
13600 xmlDictFree(ctxt->dict); in xmlParseInNodeContext()
13801 xmlDictFree(ctxt->dict); in xmlParseBalancedChunkMemoryRecover()
Dxmlschemas.c4181 xmlDictFree(schema->dict); in xmlSchemaFree()
9943 xmlDictFree(con->dict); in xmlSchemaConstructionCtxtFree()
10582 xmlDictFree(parserCtxt->dict); in xmlSchemaAddSchemaDoc()
12578 xmlDictFree(ctxt->dict); in xmlSchemaFreeParserCtxt()
27685 xmlDictFree(vctxt->dict); in xmlSchemaClearValidCtxt()
27780 xmlDictFree(ctxt->dict); in xmlSchemaFreeValidCtxt()
Dxmlregexp.c6412 xmlDictFree(ctxt->dict); in xmlExpFreeCtxt()
Dtree.c1261 if (dict) xmlDictFree(dict); in xmlFreeDoc()
Dxpath.c1040 xmlDictFree(comp->dict); in xmlXPathFreeCompExpr()
Dtestapi.c521 xmlDictFree(val); in des_xmlDictPtr()
783 xmlDictFree(val); in desret_xmlDictPtr()
8436 xmlDictFree(dict); in test_xmlDictReference()
/external/libxml2/optim/
Dhash_dict.patch58 + xmlDictFree(dict);
79 + xmlDictFree(table->dict);
/external/libxml2/os400/
Dtranscode.c28 xmlDictFree(*dict); in xmlZapDict()
/external/libxml2/win32/
Dlibxml2.def.src774 xmlDictFree