MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlFreeIDTable

Function xmlFreeIDTable

ThirdParty/libxml2/vtklibxml2/valid.c:2455–2458  ·  view source on GitHub ↗

* xmlFreeIDTable: * @table: An id table * * Deallocate the memory used by an ID hash table. */

Source from the content-addressed store, hash-verified

2453 * Deallocate the memory used by an ID hash table.
2454 */
2455void
2456xmlFreeIDTable(xmlIDTablePtr table) {
2457 xmlHashFree(table, xmlFreeIDTableEntry);
2458}
2459
2460/**
2461 * xmlIsID:

Callers 4

xmlValidateDtdFunction · 0.85
xmlValidateDocumentFunction · 0.85
xmlTextReaderFreeDocFunction · 0.85
xmlFreeDocFunction · 0.85

Calls 1

xmlHashFreeFunction · 0.85

Tested by

no test coverage detected