Searched refs:xmlHashDefaultDeallocator (Results 1 – 13 of 13) sorted by relevance
| /third_party/libxml2/include/libxml/ |
| D | hash.h | 115 xmlHashDefaultDeallocator(void *entry,
|
| /third_party/libxml2/fuzz/ |
| D | fuzz.c | 83 xmlHashFree(fuzzData.entities, xmlHashDefaultDeallocator); in xmlFuzzDataCleanup()
|
| D | genSeed.c | 99 xmlHashFree(globalData.entities, xmlHashDefaultDeallocator); in fuzzRecorderCleanup()
|
| /third_party/libxml2/ |
| D | hash.c | 378 xmlHashDefaultDeallocator(void *entry, const xmlChar *name ATTRIBUTE_UNUSED) { in xmlHashDefaultDeallocator() function
|
| D | libxml2.syms | 2286 xmlHashDefaultDeallocator;
|
| D | parserInternals.c | 1809 xmlHashFree(ctxt->attsDefault, xmlHashDefaultDeallocator); in xmlFreeParserCtxt()
|
| D | elfgcchack.h | 4315 #undef xmlHashDefaultDeallocator 4316 extern __typeof (xmlHashDefaultDeallocator) xmlHashDefaultDeallocator __attribute((alias("xmlHashDe… 4318 #ifndef xmlHashDefaultDeallocator 4319 extern __typeof (xmlHashDefaultDeallocator) xmlHashDefaultDeallocator__internal_alias __attribute((… 4320 #define xmlHashDefaultDeallocator xmlHashDefaultDeallocator__internal_alias macro
|
| D | xpath.c | 4537 xmlHashFree(hash, xmlHashDefaultDeallocator); in xmlXPathDistinctSorted() 5128 xmlHashDefaultDeallocator)); in xmlXPathRegisterNs() 5130 xmlHashDefaultDeallocator)); in xmlXPathRegisterNs() 5179 xmlHashFree(ctxt->nsHash, xmlHashDefaultDeallocator); in xmlXPathRegisteredNsCleanup()
|
| D | HTMLparser.c | 6788 xmlHashFree(ctxt->attsDefault, xmlHashDefaultDeallocator); in htmlCtxtReset()
|
| D | parser.c | 14882 xmlHashFree(ctxt->attsDefault, xmlHashDefaultDeallocator); in xmlCtxtReset()
|
| D | testapi.c | 10009 xmlHashDefaultDeallocator(entry, (const xmlChar *)name); in test_xmlHashDefaultDeallocator()
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 948 xmlHashDefaultDeallocator
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 105300 -#undef xmlHashDefaultDeallocator 105301 -extern __typeof (xmlHashDefaultDeallocator) xmlHashDefaultDeallocator __attribute((alias("xmlHashD… 105303 -#ifndef xmlHashDefaultDeallocator 105304 -extern __typeof (xmlHashDefaultDeallocator) xmlHashDefaultDeallocator__internal_alias __attribute(… 105305 -#define xmlHashDefaultDeallocator xmlHashDefaultDeallocator__internal_alias
|