Searched refs:TRUSTY_LINE_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
26 #define TRUSTY_LINE_BUFFER_SIZE 256 macro50 char linebuffer[TRUSTY_LINE_BUFFER_SIZE + sizeof(trustyprefix) + 1]; in LogMsg()54 if (sublen > TRUSTY_LINE_BUFFER_SIZE) { in LogMsg()55 sublen = TRUSTY_LINE_BUFFER_SIZE; in LogMsg()101 } else if (len >= TRUSTY_LINE_BUFFER_SIZE) { in onDataAvailable()103 LogMsg(linestart, TRUSTY_LINE_BUFFER_SIZE); in onDataAvailable()104 linestart += TRUSTY_LINE_BUFFER_SIZE; in onDataAvailable()105 len -= TRUSTY_LINE_BUFFER_SIZE; in onDataAvailable()