Searched refs:debugLevel (Results 1 – 2 of 2) sorted by relevance
245 md = tokenBasedMultiDelta(program, files, log=opts.debugLevel)
439 unsigned long debugLevel; member448 unsigned long debugLevel; member1263 parser->m_accounting.debugLevel = getDebugLevel("EXPAT_ACCOUNTING_DEBUG", 0u); in parserInit()1270 parser->m_entity_stats.debugLevel = getDebugLevel("EXPAT_ENTITY_DEBUG", 0u); in parserInit()7842 if (rootParser->m_accounting.debugLevel == 0u) { in accountingReportStats()7879 if ((rootParser->m_accounting.debugLevel >= 3u) in accountingReportDiff()7944 if (rootParser->m_accounting.debugLevel >= 2u) { in accountingDiffTolerated()7971 if (rootParser->m_entity_stats.debugLevel == 0u) in entityTrackingReportStats()8564 unsigned long debugLevel = strtoul(value, &afterValue, 10); in getDebugLevel() local8570 return debugLevel; in getDebugLevel()