Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/expat/lib/
H A Dxmlparse.c8101 assert(! rootParser->m_parentParser); in accountingGetCurrentAmplification()
8108 assert(! rootParser->m_parentParser); in accountingReportStats()
8119 (void *)rootParser, rootParser->m_accounting.countBytesDirect, in accountingReportStats()
8134 assert(! rootParser->m_parentParser); in accountingReportDiff()
8185 const XML_Parser rootParser in accountingDiffTolerated() local
8187 assert(! rootParser->m_parentParser); in accountingDiffTolerated()
8251 (void *)rootParser, rootParser->m_entity_stats.countEverOpened, in entityTrackingReportStats()
8285 XML_Parser rootParser = parser; in getRootParserOf() local
8287 while (rootParser->m_parentParser) { in getRootParserOf()
8288 rootParser = rootParser->m_parentParser; in getRootParserOf()
[all …]