Searched refs:xmlHashDeallocator (Results 1 – 17 of 17) 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/os400/libxmlrpg/ |
D | hash.rpgle | 23 * 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/ |
D | hash.c | 320 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()
|
D | catalog.c | 444 (xmlHashDeallocator) xmlFreeCatalogEntry); in xmlFreeCatalog() 760 (xmlHashDeallocator) xmlFreeCatalogEntry); in xmlCatalogConvertEntry() 3005 (xmlHashDeallocator) xmlFreeCatalogEntry); in xmlACatalogRemove() 3287 (xmlHashDeallocator)xmlFreeCatalogHashEntryList); in xmlCatalogCleanup()
|
D | valid.c | 1602 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()
|
D | entities.c | 897 xmlHashFree(table, (xmlHashDeallocator) xmlFreeEntityWrapper); in xmlFreeEntitiesTable()
|
D | xpath.c | 4563 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()
|
D | parserInternals.c | 1794 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in xmlFreeParserCtxt()
|
D | xmlschemastypes.c | 644 xmlHashFree(xmlSchemaTypesBank, (xmlHashDeallocator) xmlSchemaFreeType); in xmlSchemaCleanupTypes()
|
D | xmlreader.c | 502 xmlHashFree(table, (xmlHashDeallocator) xmlFreeID); in xmlTextReaderFreeIDTable()
|
D | testapi.c | 743 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()
|
D | xmlschemas.c | 4141 (xmlHashDeallocator) xmlSchemaBucketFree); in xmlSchemaFree() 9900 (xmlHashDeallocator) xmlSchemaSubstGroupFree); in xmlSchemaConstructionCtxtFree() 21275 (xmlHashDeallocator) xmlSchemaSubstGroupFree); in xmlSchemaFixupComponents()
|
D | relaxng.c | 2842 xmlHashFree(xmlRelaxNGRegisteredTypes, (xmlHashDeallocator) in xmlRelaxNGCleanupTypes()
|
D | parser.c | 15083 xmlHashFree(ctxt->attsDefault, (xmlHashDeallocator) xmlFree); in xmlCtxtReset()
|
/external/libxml2/optim/ |
D | hash_dict.patch | 253 -typedef void (*xmlHashDeallocator)(void *payload, xmlChar *name); 254 +typedef void (*xmlHashDeallocator)(void *payload, const xmlChar *name);
|
/external/libxml2/os400/dlfcn/ |
D | dlfcn.c | 124 xmlHashFree(dldir, (xmlHashDeallocator) NULL); in dlterm()
|
/external/libxml2/doc/html/ |
D | index.sgml | 309 <ANCHOR id="xmlHashDeallocator" href="libxml/libxml-hash.html#xmlHashDeallocator">
|