MCPcopy Create free account
hub / github.com/Kitware/CMake / entityTrackingOnClose

Function entityTrackingOnClose

Utilities/cmexpat/lib/xmlparse.c:8645–8652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8643}
8644
8645static void
8646entityTrackingOnClose(XML_Parser originParser, ENTITY *entity, int sourceLine) {
8647 const XML_Parser rootParser = getRootParserOf(originParser, NULL);
8648 assert(! rootParser->m_parentParser);
8649
8650 entityTrackingReportStats(rootParser, entity, "CLOSE", sourceLine);
8651 rootParser->m_entity_stats.currentDepth--;
8652}
8653
8654#endif /* XML_GE == 1 */
8655

Callers 5

doPrologFunction · 0.85
internalEntityProcessorFunction · 0.85
storeAttributeValueFunction · 0.85
storeEntityValueFunction · 0.85
callStoreEntityValueFunction · 0.85

Calls 2

getRootParserOfFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…