Home
last modified time | relevance | path

Searched refs:xmlHashFree (Results 1 – 19 of 19) sorted by relevance

/external/libxml2/os400/libxmlrpg/
Dhash.rpgle81 d xmlHashFree pr extproc('xmlHashFree')
/external/libxml2/include/libxml/
Dhash.h112 xmlHashFree (xmlHashTablePtr table,
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c1389 xmlHashFree(sethash, NULL); in builddfa()
1518 xmlHashFree(h, NULL); in optimizedfa()
1593 xmlHashFree(h, NULL); in optimizedfa()
/external/libxml2/os400/dlfcn/
Ddlfcn.c124 xmlHashFree(dldir, (xmlHashDeallocator) NULL); in dlterm()
/external/libxml2/
DparserInternals.c1798 xmlHashFree(ctxt->attsDefault, xmlHashDefaultDeallocator); in xmlFreeParserCtxt()
1800 xmlHashFree(ctxt->attsSpecial, NULL); in xmlFreeParserCtxt()
Dentities.c901 xmlHashFree(table, xmlFreeEntityWrapper); in xmlFreeEntitiesTable()
Dvalid.c1613 xmlHashFree(table, xmlFreeElementTableEntry); in xmlFreeElementTable()
2165 xmlHashFree(table, xmlFreeAttributeTableEntry); in xmlFreeAttributeTable()
2443 xmlHashFree(table, xmlFreeNotationTableEntry); in xmlFreeNotationTable()
2687 xmlHashFree(table, xmlFreeIDTableEntry); in xmlFreeIDTable()
3029 xmlHashFree(table, xmlFreeRefTableEntry); in xmlFreeRefTable()
Dhash.c320 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { in xmlHashFree() function
Drelaxng.c873 xmlHashFree(grammar->refs, NULL); in xmlRelaxNGFreeGrammar()
876 xmlHashFree(grammar->defs, NULL); in xmlRelaxNGFreeGrammar()
958 xmlHashFree(partitions->triage, NULL); in xmlRelaxNGFreePartition()
986 xmlHashFree((xmlHashTablePtr) define->data, NULL); in xmlRelaxNGFreeDefine()
2846 xmlHashFree(xmlRelaxNGRegisteredTypes, xmlRelaxNGFreeTypeLibrary); in xmlRelaxNGCleanupTypes()
4209 xmlHashFree(triage, NULL); in xmlRelaxNGCheckChoiceDeterminism()
6836 xmlHashFree(ctxt->interleaves, NULL); in xmlRelaxNGFreeParserCtxt()
Dlibxml2.syms866 xmlHashFree;
Dcatalog.c446 xmlHashFree(catal->sgml, xmlFreeCatalogEntry); in xmlFreeCatalog()
3290 xmlHashFree(xmlCatalogXMLFiles, xmlFreeCatalogHashEntryList); in xmlCatalogCleanup()
Dxmlschemas.c4153 xmlHashFree(schema->notaDecl, NULL); in xmlSchemaFree()
4155 xmlHashFree(schema->attrDecl, NULL); in xmlSchemaFree()
4157 xmlHashFree(schema->attrgrpDecl, NULL); in xmlSchemaFree()
4159 xmlHashFree(schema->elemDecl, NULL); in xmlSchemaFree()
4161 xmlHashFree(schema->typeDecl, NULL); in xmlSchemaFree()
4163 xmlHashFree(schema->groupDecl, NULL); in xmlSchemaFree()
4165 xmlHashFree(schema->idcDef, NULL); in xmlSchemaFree()
4168 xmlHashFree(schema->schemasImports, xmlSchemaBucketFreeEntry); in xmlSchemaFree()
9939 xmlHashFree(con->substGroups, xmlSchemaSubstGroupFreeEntry); in xmlSchemaConstructionCtxtFree()
21313 xmlHashFree(con->substGroups, xmlSchemaSubstGroupFreeEntry); in xmlSchemaFixupComponents()
Delfgcchack.h4315 #undef xmlHashFree
4316 extern __typeof (xmlHashFree) xmlHashFree __attribute((alias("xmlHashFree__internal_alias")));
4318 #ifndef xmlHashFree
4319 extern __typeof (xmlHashFree) xmlHashFree__internal_alias __attribute((visibility("hidden")));
4320 #define xmlHashFree xmlHashFree__internal_alias macro
Dxpath.c4571 xmlHashFree(hash, xmlHashDefaultDeallocator); in xmlXPathDistinctSorted()
4983 xmlHashFree(ctxt->funcHash, NULL); in xmlXPathRegisteredFuncsCleanup()
5129 xmlHashFree(ctxt->varHash, xmlXPathFreeObjectEntry); in xmlXPathRegisteredVariablesCleanup()
5211 xmlHashFree(ctxt->nsHash, xmlHashDefaultDeallocator); in xmlXPathRegisteredNsCleanup()
Dparser.c1373 xmlHashFree(ctxt->attsSpecial, NULL); in xmlCleanSpecialAttr()
14884 xmlHashFree(ctxt->attsDefault, xmlHashDefaultDeallocator); in xmlCtxtReset()
14888 xmlHashFree(ctxt->attsSpecial, NULL); in xmlCtxtReset()
Dxmlschemastypes.c654 xmlHashFree(xmlSchemaTypesBank, xmlSchemaFreeTypeEntry); in xmlSchemaCleanupTypes()
Dxmlreader.c507 xmlHashFree(table, xmlTextReaderFreeIDTableEntry); in xmlTextReaderFreeIDTable()
Dtestapi.c628 xmlHashFree(val, NULL); in des_xmlHashTablePtr()
/external/libxml2/win32/
Dlibxml2.def.src948 xmlHashFree