Searched refs:MAX_LOG_TRUNK_SIZE (Results 1 – 2 of 2) sorted by relevance
94 #define MAX_LOG_TRUNK_SIZE 8192 macro115 char log_buf[MAX_LOG_TRUNK_SIZE + 1];
1287 len = slen >= MAX_LOG_TRUNK_SIZE ? MAX_LOG_TRUNK_SIZE : slen; in worker_main()
Completed in 10 milliseconds