Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
Dhash.h69 typedef void (*xmlHashDeallocator)(void *payload, const xmlChar *name); typedef
113 xmlHashDeallocator f);
129 xmlHashDeallocator f);
140 xmlHashDeallocator f);
153 xmlHashDeallocator f);
160 xmlHashDeallocator f);
163 const xmlChar *name2, xmlHashDeallocator f);
167 xmlHashDeallocator f);
/third_party/libxml2/os400/libxmlrpg/
Dhash.rpgle25 * xmlHashDeallocator:
31 d xmlHashDeallocator...
83 d f value like(xmlHashDeallocator)
100 d f value like(xmlHashDeallocator)
117 d f value like(xmlHashDeallocator)
136 d f value like(xmlHashDeallocator)
145 d f value like(xmlHashDeallocator)
153 d f value like(xmlHashDeallocator)
162 d f value like(xmlHashDeallocator)
/third_party/libxml2/
Dhash.c327 xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f) { in xmlHashFree()
431 void *userdata, xmlHashDeallocator f) { in xmlHashUpdateEntry()
452 xmlHashDeallocator f) { in xmlHashUpdateEntry2()
654 void *userdata, xmlHashDeallocator f) { in xmlHashUpdateEntry3()
1058 xmlHashDeallocator f) { in xmlHashRemoveEntry()
1077 const xmlChar *name2, xmlHashDeallocator f) { in xmlHashRemoveEntry2()
1097 const xmlChar *name2, const xmlChar *name3, xmlHashDeallocator f) { in xmlHashRemoveEntry3()
Dtestapi.c746 static xmlHashDeallocator gen_xmlHashDeallocator(int no, int nr ATTRIBUTE_UNUSED) { in gen_xmlHashDeallocator()
750 static void des_xmlHashDeallocator(int no ATTRIBUTE_UNUSED, xmlHashDeallocator val ATTRIBUTE_UNUSED… in des_xmlHashDeallocator()
10358 xmlHashDeallocator f; /* the deallocator function for removed item (if any) */ in test_xmlHashRemoveEntry()
10406 xmlHashDeallocator f; /* the deallocator function for removed item (if any) */ in test_xmlHashRemoveEntry2()
10461 xmlHashDeallocator f; /* the deallocator function for removed item (if any) */ in test_xmlHashRemoveEntry3()
10591 xmlHashDeallocator f; /* the deallocator function for replaced item (if any) */ in test_xmlHashUpdateEntry()
10646 xmlHashDeallocator f; /* the deallocator function for replaced item (if any) */ in test_xmlHashUpdateEntry2()
10708 xmlHashDeallocator f; /* the deallocator function for replaced item (if any) */ in test_xmlHashUpdateEntry3()
/third_party/libxml2/os400/dlfcn/
Ddlfcn.c124 xmlHashFree(dldir, (xmlHashDeallocator) NULL); in dlterm()
/third_party/libxml2/doc/html/
Dindex.sgml309 <ANCHOR id="xmlHashDeallocator" href="libxml/libxml-hash.html#xmlHashDeallocator">