Home
last modified time | relevance | path

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

/external/libxml2/
Dcatalog.c327 xmlFreeCatalogEntry(void *payload, const xmlChar *name ATTRIBUTE_UNUSED) { in xmlFreeCatalogEntry() function
371 xmlFreeCatalogEntry(ret, NULL); in xmlFreeCatalogEntryList()
397 xmlFreeCatalogEntry(children, NULL); in xmlFreeCatalogHashEntryList()
401 xmlFreeCatalogEntry(catal, NULL); in xmlFreeCatalogHashEntryList()
446 xmlHashFree(catal->sgml, xmlFreeCatalogEntry); in xmlFreeCatalog()
767 xmlHashRemoveEntry(catal->sgml, entry->name, xmlFreeCatalogEntry); in xmlCatalogConvertEntry()
2494 xmlFreeCatalogEntry(entry, NULL); in xmlParseSGMLCatalog()
2507 xmlFreeCatalogEntry(entry, NULL); in xmlParseSGMLCatalog()
3009 res = xmlHashRemoveEntry(catal->sgml, value, xmlFreeCatalogEntry); in xmlACatalogRemove()