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

Function xmlFreeElementTableEntry

ThirdParty/libxml2/vtklibxml2/valid.c:1340–1343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1338}
1339
1340static void
1341xmlFreeElementTableEntry(void *elem, const xmlChar *name ATTRIBUTE_UNUSED) {
1342 xmlFreeElement((xmlElementPtr) elem);
1343}
1344
1345/**
1346 * xmlFreeElementTable:

Callers

nothing calls this directly

Calls 1

xmlFreeElementFunction · 0.85

Tested by

no test coverage detected