Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dcatalog.c319 xmlFreeCatalogEntry(void *payload, const xmlChar *name ATTRIBUTE_UNUSED) { in xmlFreeCatalogEntry() function
363 xmlFreeCatalogEntry(ret, NULL); in xmlFreeCatalogEntryList()
389 xmlFreeCatalogEntry(children, NULL); in xmlFreeCatalogHashEntryList()
393 xmlFreeCatalogEntry(catal, NULL); in xmlFreeCatalogHashEntryList()
438 xmlHashFree(catal->sgml, xmlFreeCatalogEntry); in xmlFreeCatalog()
759 xmlHashRemoveEntry(catal->sgml, entry->name, xmlFreeCatalogEntry); in xmlCatalogConvertEntry()
2487 xmlFreeCatalogEntry(entry, NULL); in xmlParseSGMLCatalog()
2500 xmlFreeCatalogEntry(entry, NULL); in xmlParseSGMLCatalog()
3002 res = xmlHashRemoveEntry(catal->sgml, value, xmlFreeCatalogEntry); in xmlACatalogRemove()