Searched refs:LOG_BUFFER_SIZE (Results 1 – 5 of 5) sorted by relevance
51 #define LOG_BUFFER_SIZE 20480 macro59 char buffer[LOG_BUFFER_SIZE];
363 if (strlen(lc->buffer) > (size_t)LOG_BUFFER_SIZE) { in log_vwrite()
53 #define LOG_BUFFER_SIZE (8 * 1024)152 char buffer[LOG_BUFFER_SIZE];59 #define LOG_BUFFER_SIZE global() macro
55 #define LOG_BUFFER_SIZE (8 * 1024) macro155 char buffer[LOG_BUFFER_SIZE];
52 #define LOG_BUFFER_SIZE 2048 macro53 static char server_log_buffer[LOG_BUFFER_SIZE + 1] = {0};55 static char client_log_buffer[LOG_BUFFER_SIZE + 1] = {0};