Home
last modified time | relevance | path

Searched refs:xmlHashDefaultDeallocator (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
Dhash.h115 xmlHashDefaultDeallocator(void *entry,
/external/libxml2/
Dhash.c371 xmlHashDefaultDeallocator(void *entry, const xmlChar *name ATTRIBUTE_UNUSED) { in xmlHashDefaultDeallocator() function
Dlibxml2.syms2286 xmlHashDefaultDeallocator;
DparserInternals.c1808 xmlHashFree(ctxt->attsDefault, xmlHashDefaultDeallocator); in xmlFreeParserCtxt()
Dxpath.c4569 xmlHashFree(hash, xmlHashDefaultDeallocator); in xmlXPathDistinctSorted()
5158 xmlHashDefaultDeallocator)); in xmlXPathRegisterNs()
5160 xmlHashDefaultDeallocator)); in xmlXPathRegisterNs()
5209 xmlHashFree(ctxt->nsHash, xmlHashDefaultDeallocator); in xmlXPathRegisteredNsCleanup()
DHTMLparser.c6677 xmlHashFree(ctxt->attsDefault, xmlHashDefaultDeallocator); in htmlCtxtReset()
Dparser.c14889 xmlHashFree(ctxt->attsDefault, xmlHashDefaultDeallocator); in xmlCtxtReset()
Dtestapi.c10007 xmlHashDefaultDeallocator(entry, (const xmlChar *)name); in test_xmlHashDefaultDeallocator()