Searched refs:debugLevel (Results 1 – 1 of 1) sorted by relevance
441 unsigned long debugLevel; member450 unsigned long debugLevel; member1265 parser->m_accounting.debugLevel = getDebugLevel("EXPAT_ACCOUNTING_DEBUG", 0u); in parserInit()1272 parser->m_entity_stats.debugLevel = getDebugLevel("EXPAT_ENTITY_DEBUG", 0u); in parserInit()7835 if (rootParser->m_accounting.debugLevel == 0u) { in accountingReportStats()7872 if ((rootParser->m_accounting.debugLevel >= 3u) in accountingReportDiff()7937 if (rootParser->m_accounting.debugLevel >= 2u) { in accountingDiffTolerated()7964 if (rootParser->m_entity_stats.debugLevel == 0u) in entityTrackingReportStats()8557 unsigned long debugLevel = strtoul(value, &afterValue, 10); in getDebugLevel() local8563 return debugLevel; in getDebugLevel()