Home | History | Annotate | Download | only in isc

Lines Matching defs:debugging

210 	int debugging, chan_level;
214 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0);
217 * If not debugging, short circuit debugging messages very early.
219 if (level > 0 && !debugging)
225 /* Some channels only log when debugging is on. */
226 if ((chan->flags & LOG_REQUIRE_DEBUG) && !debugging)
244 int debugging;
248 debugging = ((lc->flags & LOG_OPTION_DEBUG) != 0);
251 * If not debugging, short circuit debugging messages very early.
253 if (level > 0 && !debugging)
275 int pri, debugging, did_vsprintf = 0;
292 debugging = (lc->flags & LOG_OPTION_DEBUG);
295 * If not debugging, short circuit debugging messages very early.
297 if (level > 0 && !debugging)