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

Function xmlFreeRefTable

ThirdParty/libxml2/vtklibxml2/valid.c:2793–2796  ·  view source on GitHub ↗

* xmlFreeRefTable: * @table: An ref table * * DEPRECATED, do not use. This function will be removed from the public API. * * Deallocate the memory used by an Ref hash table. */

Source from the content-addressed store, hash-verified

2791 * Deallocate the memory used by an Ref hash table.
2792 */
2793void
2794xmlFreeRefTable(xmlRefTablePtr table) {
2795 xmlHashFree(table, xmlFreeRefTableEntry);
2796}
2797
2798/**
2799 * xmlIsRef:

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