Home
last modified time | relevance | path

Searched refs:rootParser (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c7644 assert(! rootParser->m_parentParser); in accountingGetCurrentAmplification()
7651 assert(! rootParser->m_parentParser); in accountingReportStats()
7662 (void *)rootParser, rootParser->m_accounting.countBytesDirect, in accountingReportStats()
7677 assert(! rootParser->m_parentParser); in accountingReportDiff()
7728 const XML_Parser rootParser in accountingDiffTolerated() local
7730 assert(! rootParser->m_parentParser); in accountingDiffTolerated()
7794 (void *)rootParser, rootParser->m_entity_stats.countEverOpened, in entityTrackingReportStats()
7828 XML_Parser rootParser = parser; in getRootParserOf() local
7830 while (rootParser->m_parentParser) { in getRootParserOf()
7831 rootParser = rootParser->m_parentParser; in getRootParserOf()
[all …]