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

Function xmlCleanupDictInternal

ThirdParty/libxml2/vtklibxml2/dict.c:122–125  ·  view source on GitHub ↗

* xmlCleanupDictInternal: * * Free the dictionary mutex. */

Source from the content-addressed store, hash-verified

120 * Free the dictionary mutex.
121 */
122void
123xmlCleanupDictInternal(void) {
124 xmlCleanupMutex(&xmlDictMutex);
125}
126
127/*
128 * xmlDictAddString:

Callers 1

xmlCleanupParserFunction · 0.85

Calls 1

xmlCleanupMutexFunction · 0.85

Tested by

no test coverage detected