Searched refs:getDebugLevel (Results 1 – 1 of 1) sorted by relevance
622 static unsigned long getDebugLevel(const char *variableName,945 if (getDebugLevel("EXPAT_ENTROPY_DEBUG", 0) >= 1u) { in ENTROPY_DEBUG()1265 parser->m_accounting.debugLevel = getDebugLevel("EXPAT_ACCOUNTING_DEBUG", 0u); in parserInit()1272 parser->m_entity_stats.debugLevel = getDebugLevel("EXPAT_ENTITY_DEBUG", 0u); in parserInit()8548 getDebugLevel(const char *variableName, unsigned long defaultDebugLevel) { in getDebugLevel() function