Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dhash.h69 typedef void (*xmlHashDeallocator)(void *payload, xmlChar *name); typedef
113 xmlHashDeallocator f);
126 xmlHashDeallocator f);
137 xmlHashDeallocator f);
150 xmlHashDeallocator f);
157 xmlHashDeallocator f);
160 const xmlChar *name2, xmlHashDeallocator f);
164 xmlHashDeallocator f);
/external/libxml2/
Dhash.c324 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { in xmlHashFree()
416 void *userdata, xmlHashDeallocator f) { in xmlHashUpdateEntry()
437 xmlHashDeallocator f) { in xmlHashUpdateEntry2()
639 void *userdata, xmlHashDeallocator f) { in xmlHashUpdateEntry3()
1037 xmlHashDeallocator f) { in xmlHashRemoveEntry()
1056 const xmlChar *name2, xmlHashDeallocator f) { in xmlHashRemoveEntry2()
1076 const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) { in xmlHashRemoveEntry3()
Dcatalog.c440 (xmlHashDeallocator) xmlFreeCatalogEntry); in xmlFreeCatalog()
756 (xmlHashDeallocator) xmlFreeCatalogEntry); in xmlCatalogConvertEntry()
3001 (xmlHashDeallocator) xmlFreeCatalogEntry); in xmlACatalogRemove()
3283 (xmlHashDeallocator)xmlFreeCatalogHashEntryList); in xmlCatalogCleanup()
Dvalid.c1602 xmlHashFree(table, (xmlHashDeallocator) xmlFreeElement); in xmlFreeElementTable()
2147 xmlHashFree(table, (xmlHashDeallocator) xmlFreeAttribute); in xmlFreeAttributeTable()
2419 xmlHashFree(table, (xmlHashDeallocator) xmlFreeNotation); in xmlFreeNotationTable()
2658 xmlHashFree(table, (xmlHashDeallocator) xmlFreeID); in xmlFreeIDTable()
2757 xmlHashRemoveEntry(table, ID, (xmlHashDeallocator) xmlFreeID); in xmlRemoveID()
2998 xmlHashFree(table, (xmlHashDeallocator) xmlFreeRefList); in xmlFreeRefTable()
3095 xmlHashUpdateEntry(table, ID, NULL, (xmlHashDeallocator) in xmlRemoveRef()
Dentities.c814 xmlHashFree(table, (xmlHashDeallocator) xmlFreeEntityWrapper); in xmlFreeEntitiesTable()
Dxpath.c4490 xmlHashFree(hash, (xmlHashDeallocator) xmlFree); in xmlXPathDistinctSorted()
4950 (xmlHashDeallocator)xmlXPathFreeObject)); in xmlXPathRegisterVariableNS()
4953 (xmlHashDeallocator)xmlXPathFreeObject)); in xmlXPathRegisterVariableNS()
5043 xmlHashFree(ctxt->varHash, (xmlHashDeallocator)xmlXPathFreeObject); in xmlXPathRegisteredVariablesCleanup()
5074 (xmlHashDeallocator)xmlFree)); in xmlXPathRegisterNs()
5076 (xmlHashDeallocator)xmlFree)); in xmlXPathRegisterNs()
5125 xmlHashFree(ctxt->nsHash, (xmlHashDeallocator)xmlFree); in xmlXPathRegisteredNsCleanup()
DparserInternals.c1806 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in xmlFreeParserCtxt()
Dxmlschemastypes.c640 xmlHashFree(xmlSchemaTypesBank, (xmlHashDeallocator) xmlSchemaFreeType); in xmlSchemaCleanupTypes()
Dxmlreader.c486 xmlHashFree(table, (xmlHashDeallocator) xmlFreeID); in xmlTextReaderFreeIDTable()
DHTMLparser.c6475 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in htmlCtxtReset()
Dxmlschemas.c4120 (xmlHashDeallocator) xmlSchemaBucketFree); in xmlSchemaFree()
9879 (xmlHashDeallocator) xmlSchemaSubstGroupFree); in xmlSchemaConstructionCtxtFree()
21245 (xmlHashDeallocator) xmlSchemaSubstGroupFree); in xmlSchemaFixupComponents()
Drelaxng.c2844 xmlHashFree(xmlRelaxNGRegisteredTypes, (xmlHashDeallocator) in xmlRelaxNGCleanupTypes()
Dparser.c14333 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in xmlCtxtReset()
/external/libxslt/libxslt/
Dextensions.c1088 xmlHashFree(ctxt->extInfos, (xmlHashDeallocator) xsltFreeExtData); in xsltShutdownCtxtExts()
1140 xmlHashFree(style->extInfos, (xmlHashDeallocator) xsltFreeExtData); in xsltShutdownExts()
1329 (xmlHashDeallocator) xsltFreeExtModule); in xsltUnregisterExtModule()
1350 (xmlHashDeallocator) xsltFreeExtModule); in xsltUnregisterAllExtModules()
1646 (xmlHashDeallocator) xsltFreeExtElement); in xsltRegisterExtModuleElement()
1789 (xmlHashDeallocator) xsltFreeExtElement); in xsltUnregisterExtModuleElement()
1806 xmlHashFree(xsltElementsHash, (xmlHashDeallocator) xsltFreeExtElement); in xsltUnregisterAllExtModuleElement()
Dattributes.c1137 (xmlHashDeallocator) xsltFreeAttrElemList); in xsltFreeAttributeSetsHashes()
Dkeys.c162 (xmlHashDeallocator) xmlXPathFreeNodeSet); in xsltFreeKeyTable()
Dvariables.c2184 xmlHashFree(ctxt->globalVars, (xmlHashDeallocator) xsltFreeStackElem); in xsltFreeGlobalVariables()
Dpattern.c2491 (xmlHashDeallocator) xsltFreeCompMatchList); in xsltFreeTemplateHashes()
Dxslt.c3667 (void *) ns->href, (xmlHashDeallocator)xmlFree); in xsltGatherNamespaces()