Searched refs:debugLevel (Results 1 – 5 of 5) sorted by relevance
318 priv->conf.debugLevel = 1; in ng_bridge_constructor()587 if (priv->conf.debugLevel >= 2) { in ng_bridge_rcvdata()880 if (priv->conf.debugLevel >= 3) { in ng_bridge_rehash()992 && priv->conf.debugLevel >= 2) { in ng_bridge_timeout()
60 u_char debugLevel; /* debug level */ member
316 priv->conf.debugLevel = 1; in ng_bridge_constructor()593 if (priv->conf.debugLevel >= 2) { in ng_bridge_rcvdata()920 if (priv->conf.debugLevel >= 3) { in ng_bridge_rehash()1016 && priv->conf.debugLevel >= 2) { in ng_bridge_timeout()
61 u_char debugLevel; /* debug level */ member
416 int debugLevel; member425 int debugLevel; member1168 parser->m_accounting.debugLevel = getDebugLevel("EXPAT_ACCOUNTING_DEBUG", 0u); in parserInit()1175 parser->m_entity_stats.debugLevel = getDebugLevel("EXPAT_ENTITY_DEBUG", 0u); in parserInit()7675 if (rootParser->m_accounting.debugLevel < 1) { in accountingReportStats()7712 if ((rootParser->m_accounting.debugLevel >= 3) in accountingReportDiff()7777 if (rootParser->m_accounting.debugLevel >= 2) { in accountingDiffTolerated()7804 if (rootParser->m_entity_stats.debugLevel < 1) in entityTrackingReportStats()8397 unsigned long debugLevel = strtoul(value, &afterValue, 10); in getDebugLevel() local8403 return debugLevel; in getDebugLevel()