Searched defs:buffered (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/named/
H A Dlogconf.c197 const cfg_obj_t *buffered = NULL; local
202 (void)cfg_map_get(channel, "buffered", &buffered);
210 if (buffered != NULL && cfg_obj_asboolean(buffered))
/bind-9.11.3/lib/isc/
H A Dlog.c1401 isc_boolean_t printcategory, printmodule, printlevel, buffered; local
1644 buffered = ISC_TF((channel->flags & ISC_LOG_BUFFERED)
1707 if (!buffered)

Completed in 14 milliseconds