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