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

Function xmlFreeNotationTable

ThirdParty/libxml2/vtklibxml2/valid.c:2148–2151  ·  view source on GitHub ↗

* xmlFreeNotationTable: * @table: An notation table * * Deallocate the memory used by an entities hash table. */

Source from the content-addressed store, hash-verified

2146 * Deallocate the memory used by an entities hash table.
2147 */
2148void
2149xmlFreeNotationTable(xmlNotationTablePtr table) {
2150 xmlHashFree(table, xmlFreeNotationTableEntry);
2151}
2152
2153#ifdef LIBXML_TREE_ENABLED
2154/**

Callers 1

xmlFreeDtdFunction · 0.85

Calls 1

xmlHashFreeFunction · 0.85

Tested by

no test coverage detected