Home
last modified time | relevance | path

Searched refs:getDebugLevel (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/expat/lib/
H A Dxmlparse.c590 static unsigned long getDebugLevel(const char *variableName,
894 if (getDebugLevel("EXPAT_ENTROPY_DEBUG", 0) >= 1u) { in ENTROPY_DEBUG()
1168 parser->m_accounting.debugLevel = getDebugLevel("EXPAT_ACCOUNTING_DEBUG", 0u); in parserInit()
1175 parser->m_entity_stats.debugLevel = getDebugLevel("EXPAT_ENTITY_DEBUG", 0u); in parserInit()
8388 getDebugLevel(const char *variableName, unsigned long defaultDebugLevel) { in getDebugLevel() function