Lines Matching refs:debugLevel
451 unsigned long debugLevel; member
459 unsigned long debugLevel; member
468 unsigned long debugLevel; member
840 if (! tolerable && (rootParser->m_alloc_tracker.debugLevel >= 1)) { in expat_heap_increase_tolerable()
887 if (rootParser->m_alloc_tracker.debugLevel >= 2) { in expat_malloc()
927 if (rootParser->m_alloc_tracker.debugLevel >= 2) { in expat_free()
997 if (rootParser->m_alloc_tracker.debugLevel >= 2) { in expat_realloc()
1406 parser->m_alloc_tracker.debugLevel
1428 if (rootParser->m_alloc_tracker.debugLevel >= 2) {
1615 parser->m_accounting.debugLevel = getDebugLevel("EXPAT_ACCOUNTING_DEBUG", 0u);
1622 parser->m_entity_stats.debugLevel = getDebugLevel("EXPAT_ENTITY_DEBUG", 0u);
8481 if (rootParser->m_accounting.debugLevel == 0u) {
8518 if ((rootParser->m_accounting.debugLevel >= 3u)
8583 if (rootParser->m_accounting.debugLevel >= 2u) {
8610 if (rootParser->m_entity_stats.debugLevel == 0u)
9209 unsigned long debugLevel = strtoul(value, &afterValue, 10); local
9215 return debugLevel;