Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h49 #define LOG_BUFFER_SIZE 20480 macro
57 char buffer[LOG_BUFFER_SIZE];
H A Dlogging.c357 if (strlen(lc->buffer) > (size_t)LOG_BUFFER_SIZE) { in log_vwrite()