Searched refs:xmlHashDeallocator (Results 1 – 8 of 8) sorted by relevance
| /external/libxml2/include/libxml/ |
| D | hash.h | 60 typedef void (*xmlHashDeallocator)(void *payload, const xmlChar *name); typedef 104 xmlHashDeallocator dealloc); 124 xmlHashDeallocator dealloc); 140 xmlHashDeallocator dealloc); 159 xmlHashDeallocator dealloc); 167 xmlHashDeallocator dealloc); 172 xmlHashDeallocator dealloc); 178 xmlHashDeallocator dealloc); 220 xmlHashDeallocator dealloc);
|
| /external/cronet/third_party/libxml/src/include/libxml/ |
| D | hash.h | 60 typedef void (*xmlHashDeallocator)(void *payload, const xmlChar *name); typedef 104 xmlHashDeallocator dealloc); 120 xmlHashDeallocator dealloc); 131 xmlHashDeallocator dealloc); 144 xmlHashDeallocator dealloc); 152 xmlHashDeallocator dealloc); 157 xmlHashDeallocator dealloc); 163 xmlHashDeallocator dealloc);
|
| /external/libxml2/os400/libxmlrpg/ |
| D | hash.rpgle | 25 * 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)
|
| /external/libxml2/ |
| D | hash.c | 229 xmlHashFree(xmlHashTablePtr hash, xmlHashDeallocator dealloc) { in xmlHashFree() 427 void *payload, xmlHashDeallocator dealloc, int update) { in xmlHashUpdateInternal() 760 void *payload, xmlHashDeallocator dealloc) { in xmlHashUpdateEntry() 787 xmlHashDeallocator dealloc) { in xmlHashUpdateEntry2() 815 void *payload, xmlHashDeallocator dealloc) { in xmlHashUpdateEntry3() 1150 xmlHashDeallocator deallocFunc) { in xmlHashCopySafe() 1233 xmlHashDeallocator dealloc) { in xmlHashRemoveEntry() 1252 const xmlChar *key2, xmlHashDeallocator dealloc) { in xmlHashRemoveEntry2() 1274 xmlHashDeallocator dealloc) { in xmlHashRemoveEntry3()
|
| D | testapi.c | 738 static xmlHashDeallocator gen_xmlHashDeallocator(int no, int nr ATTRIBUTE_UNUSED) { in gen_xmlHashDeallocator() 742 static void des_xmlHashDeallocator(int no ATTRIBUTE_UNUSED, xmlHashDeallocator val ATTRIBUTE_UNUSED… in des_xmlHashDeallocator() 10629 xmlHashDeallocator dealloc; /* deallocator function for removed item or NULL */ in test_xmlHashRemoveEntry() 10677 xmlHashDeallocator dealloc; /* deallocator function for removed item or NULL */ in test_xmlHashRemoveEntry2() 10732 xmlHashDeallocator dealloc; /* deallocator function for removed item or NULL */ in test_xmlHashRemoveEntry3() 10862 xmlHashDeallocator dealloc; /* deallocator function for replaced item or NULL */ in test_xmlHashUpdateEntry() 10917 xmlHashDeallocator dealloc; /* deallocator function for replaced item or NULL */ in test_xmlHashUpdateEntry2() 10979 xmlHashDeallocator dealloc; /* deallocator function for replaced item or NULL */ in test_xmlHashUpdateEntry3()
|
| /external/cronet/third_party/libxml/src/ |
| D | hash.c | 229 xmlHashFree(xmlHashTablePtr hash, xmlHashDeallocator dealloc) { in xmlHashFree() 427 void *payload, xmlHashDeallocator dealloc, int update) { in xmlHashUpdateInternal() 675 void *payload, xmlHashDeallocator dealloc) { in xmlHashUpdateEntry() 695 xmlHashDeallocator dealloc) { in xmlHashUpdateEntry2() 716 void *payload, xmlHashDeallocator dealloc) { in xmlHashUpdateEntry3() 1043 xmlHashDeallocator dealloc) { in xmlHashRemoveEntry() 1060 const xmlChar *key2, xmlHashDeallocator dealloc) { in xmlHashRemoveEntry2() 1080 xmlHashDeallocator dealloc) { in xmlHashRemoveEntry3()
|
| D | testapi.c | 755 static xmlHashDeallocator gen_xmlHashDeallocator(int no, int nr ATTRIBUTE_UNUSED) { in gen_xmlHashDeallocator() 759 static void des_xmlHashDeallocator(int no ATTRIBUTE_UNUSED, xmlHashDeallocator val ATTRIBUTE_UNUSED… in des_xmlHashDeallocator() 10327 xmlHashDeallocator f; /* the deallocator function for removed item (if any) */ in test_xmlHashRemoveEntry() 10375 xmlHashDeallocator f; /* the deallocator function for removed item (if any) */ in test_xmlHashRemoveEntry2() 10430 xmlHashDeallocator f; /* the deallocator function for removed item (if any) */ in test_xmlHashRemoveEntry3() 10560 xmlHashDeallocator f; /* the deallocator function for replaced item (if any) */ in test_xmlHashUpdateEntry() 10615 xmlHashDeallocator f; /* the deallocator function for replaced item (if any) */ in test_xmlHashUpdateEntry2() 10677 xmlHashDeallocator f; /* the deallocator function for replaced item (if any) */ in test_xmlHashUpdateEntry3()
|
| /external/libxml2/os400/dlfcn/ |
| D | dlfcn.c | 124 xmlHashFree(dldir, (xmlHashDeallocator) NULL); in dlterm()
|