Home
last modified time | relevance | path

Searched refs:xmlHashDeallocator (Results 1 – 17 of 17) 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/os400/libxmlrpg/
Dhash.rpgle23 * xmlHashDeallocator:
29 d xmlHashDeallocator...
81 d f value like(xmlHashDeallocator)
96 d f value like(xmlHashDeallocator)
111 d f value like(xmlHashDeallocator)
128 d f value like(xmlHashDeallocator)
136 d f value like(xmlHashDeallocator)
143 d f value like(xmlHashDeallocator)
151 d f value like(xmlHashDeallocator)
/external/libxml2/
Dhash.c320 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { in xmlHashFree()
412 void *userdata, xmlHashDeallocator f) { in xmlHashUpdateEntry()
433 xmlHashDeallocator f) { in xmlHashUpdateEntry2()
635 void *userdata, xmlHashDeallocator f) { in xmlHashUpdateEntry3()
1036 xmlHashDeallocator f) { in xmlHashRemoveEntry()
1055 const xmlChar *name2, xmlHashDeallocator f) { in xmlHashRemoveEntry2()
1075 const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) { in xmlHashRemoveEntry3()
Dcatalog.c444 (xmlHashDeallocator) xmlFreeCatalogEntry); in xmlFreeCatalog()
760 (xmlHashDeallocator) xmlFreeCatalogEntry); in xmlCatalogConvertEntry()
3005 (xmlHashDeallocator) xmlFreeCatalogEntry); in xmlACatalogRemove()
3287 (xmlHashDeallocator)xmlFreeCatalogHashEntryList); in xmlCatalogCleanup()
Dvalid.c1602 xmlHashFree(table, (xmlHashDeallocator) xmlFreeElement); in xmlFreeElementTable()
2148 xmlHashFree(table, (xmlHashDeallocator) xmlFreeAttribute); in xmlFreeAttributeTable()
2420 xmlHashFree(table, (xmlHashDeallocator) xmlFreeNotation); in xmlFreeNotationTable()
2658 xmlHashFree(table, (xmlHashDeallocator) xmlFreeID); in xmlFreeIDTable()
2758 xmlHashRemoveEntry(table, ID, (xmlHashDeallocator) xmlFreeID); in xmlRemoveID()
2999 xmlHashFree(table, (xmlHashDeallocator) xmlFreeRefList); in xmlFreeRefTable()
3096 xmlHashUpdateEntry(table, ID, NULL, (xmlHashDeallocator) in xmlRemoveRef()
Dentities.c897 xmlHashFree(table, (xmlHashDeallocator) xmlFreeEntityWrapper); in xmlFreeEntitiesTable()
Dxpath.c4563 xmlHashFree(hash, (xmlHashDeallocator) xmlFree); in xmlXPathDistinctSorted()
5025 (xmlHashDeallocator)xmlXPathFreeObject)); in xmlXPathRegisterVariableNS()
5028 (xmlHashDeallocator)xmlXPathFreeObject)); in xmlXPathRegisterVariableNS()
5118 xmlHashFree(ctxt->varHash, (xmlHashDeallocator)xmlXPathFreeObject); in xmlXPathRegisteredVariablesCleanup()
5149 (xmlHashDeallocator)xmlFree)); in xmlXPathRegisterNs()
5151 (xmlHashDeallocator)xmlFree)); in xmlXPathRegisterNs()
5200 xmlHashFree(ctxt->nsHash, (xmlHashDeallocator)xmlFree); in xmlXPathRegisteredNsCleanup()
DparserInternals.c1794 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in xmlFreeParserCtxt()
Dxmlschemastypes.c644 xmlHashFree(xmlSchemaTypesBank, (xmlHashDeallocator) xmlSchemaFreeType); in xmlSchemaCleanupTypes()
Dxmlreader.c502 xmlHashFree(table, (xmlHashDeallocator) xmlFreeID); in xmlTextReaderFreeIDTable()
Dtestapi.c743 static xmlHashDeallocator gen_xmlHashDeallocator(int no, int nr ATTRIBUTE_UNUSED) { in gen_xmlHashDeallocator()
747 static void des_xmlHashDeallocator(int no ATTRIBUTE_UNUSED, xmlHashDeallocator val ATTRIBUTE_UNUSED… in des_xmlHashDeallocator()
10288 xmlHashDeallocator f; /* the deallocator function for removed item (if any) */ in test_xmlHashRemoveEntry()
10336 xmlHashDeallocator f; /* the deallocator function for removed item (if any) */ in test_xmlHashRemoveEntry2()
10391 xmlHashDeallocator f; /* the deallocator function for removed item (if any) */ in test_xmlHashRemoveEntry3()
10521 xmlHashDeallocator f; /* the deallocator function for replaced item (if any) */ in test_xmlHashUpdateEntry()
10576 xmlHashDeallocator f; /* the deallocator function for replaced item (if any) */ in test_xmlHashUpdateEntry2()
10638 xmlHashDeallocator f; /* the deallocator function for replaced item (if any) */ in test_xmlHashUpdateEntry3()
Dxmlschemas.c4141 (xmlHashDeallocator) xmlSchemaBucketFree); in xmlSchemaFree()
9900 (xmlHashDeallocator) xmlSchemaSubstGroupFree); in xmlSchemaConstructionCtxtFree()
21275 (xmlHashDeallocator) xmlSchemaSubstGroupFree); in xmlSchemaFixupComponents()
Drelaxng.c2842 xmlHashFree(xmlRelaxNGRegisteredTypes, (xmlHashDeallocator) in xmlRelaxNGCleanupTypes()
Dparser.c15083 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in xmlCtxtReset()
/external/libxml2/optim/
Dhash_dict.patch253 -typedef void (*xmlHashDeallocator)(void *payload, xmlChar *name);
254 +typedef void (*xmlHashDeallocator)(void *payload, const xmlChar *name);
/external/libxml2/os400/dlfcn/
Ddlfcn.c124 xmlHashFree(dldir, (xmlHashDeallocator) NULL); in dlterm()
/external/libxml2/doc/html/
Dindex.sgml309 <ANCHOR id="xmlHashDeallocator" href="libxml/libxml-hash.html#xmlHashDeallocator">