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

/httpd/modules/loggers/
H A Dmod_log_config.c215 #define LOG_BUFSIZE PIPE_BUF macro
217 #define LOG_BUFSIZE (512) macro
256 char outbuf[LOG_BUFSIZE];
1775 if (len + buf->outcnt > LOG_BUFSIZE) {
1778 if (len >= LOG_BUFSIZE) {

Completed in 23 milliseconds