Lines Matching defs:debugLevel
439 unsigned long debugLevel;
448 unsigned long debugLevel;
1263 parser->m_accounting.debugLevel = getDebugLevel("EXPAT_ACCOUNTING_DEBUG", 0u);
1270 parser->m_entity_stats.debugLevel = getDebugLevel("EXPAT_ENTITY_DEBUG", 0u);
7842 if (rootParser->m_accounting.debugLevel == 0u) {
7879 if ((rootParser->m_accounting.debugLevel >= 3u)
7944 if (rootParser->m_accounting.debugLevel >= 2u) {
7971 if (rootParser->m_entity_stats.debugLevel == 0u)
8564 unsigned long debugLevel = strtoul(value, &afterValue, 10);
8570 return debugLevel;