Home
last modified time | relevance | path

Searched refs:xmlHashDefaultDeallocator (Results 1 – 7 of 7) 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.c1798 xmlHashFree(ctxt->attsDefault, xmlHashDefaultDeallocator); in xmlFreeParserCtxt()
Dxpath.c4571 xmlHashFree(hash, xmlHashDefaultDeallocator); in xmlXPathDistinctSorted()
5160 xmlHashDefaultDeallocator)); in xmlXPathRegisterNs()
5162 xmlHashDefaultDeallocator)); in xmlXPathRegisterNs()
5211 xmlHashFree(ctxt->nsHash, xmlHashDefaultDeallocator); in xmlXPathRegisteredNsCleanup()
Dparser.c14884 xmlHashFree(ctxt->attsDefault, xmlHashDefaultDeallocator); in xmlCtxtReset()
Dtestapi.c10007 xmlHashDefaultDeallocator(entry, (const xmlChar *)name); in test_xmlHashDefaultDeallocator()