Searched refs:xmlHashDeallocator (Results 1 – 19 of 19) sorted by relevance
/external/libxml2/include/libxml/ |
D | hash.h | 69 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/ |
D | hash.c | 324 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()
|
D | catalog.c | 440 (xmlHashDeallocator) xmlFreeCatalogEntry); in xmlFreeCatalog() 756 (xmlHashDeallocator) xmlFreeCatalogEntry); in xmlCatalogConvertEntry() 3001 (xmlHashDeallocator) xmlFreeCatalogEntry); in xmlACatalogRemove() 3283 (xmlHashDeallocator)xmlFreeCatalogHashEntryList); in xmlCatalogCleanup()
|
D | valid.c | 1602 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()
|
D | entities.c | 814 xmlHashFree(table, (xmlHashDeallocator) xmlFreeEntityWrapper); in xmlFreeEntitiesTable()
|
D | xpath.c | 4490 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()
|
D | parserInternals.c | 1806 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in xmlFreeParserCtxt()
|
D | xmlschemastypes.c | 640 xmlHashFree(xmlSchemaTypesBank, (xmlHashDeallocator) xmlSchemaFreeType); in xmlSchemaCleanupTypes()
|
D | xmlreader.c | 486 xmlHashFree(table, (xmlHashDeallocator) xmlFreeID); in xmlTextReaderFreeIDTable()
|
D | HTMLparser.c | 6475 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in htmlCtxtReset()
|
D | xmlschemas.c | 4120 (xmlHashDeallocator) xmlSchemaBucketFree); in xmlSchemaFree() 9879 (xmlHashDeallocator) xmlSchemaSubstGroupFree); in xmlSchemaConstructionCtxtFree() 21245 (xmlHashDeallocator) xmlSchemaSubstGroupFree); in xmlSchemaFixupComponents()
|
D | relaxng.c | 2844 xmlHashFree(xmlRelaxNGRegisteredTypes, (xmlHashDeallocator) in xmlRelaxNGCleanupTypes()
|
D | parser.c | 14333 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in xmlCtxtReset()
|
/external/libxslt/libxslt/ |
D | extensions.c | 1088 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()
|
D | attributes.c | 1137 (xmlHashDeallocator) xsltFreeAttrElemList); in xsltFreeAttributeSetsHashes()
|
D | keys.c | 162 (xmlHashDeallocator) xmlXPathFreeNodeSet); in xsltFreeKeyTable()
|
D | variables.c | 2184 xmlHashFree(ctxt->globalVars, (xmlHashDeallocator) xsltFreeStackElem); in xsltFreeGlobalVariables()
|
D | pattern.c | 2491 (xmlHashDeallocator) xsltFreeCompMatchList); in xsltFreeTemplateHashes()
|
D | xslt.c | 3667 (void *) ns->href, (xmlHashDeallocator)xmlFree); in xsltGatherNamespaces()
|