Searched refs:MAX_MESSAGE_LEN (Results 1 – 2 of 2) sorted by relevance
156 static const int MAX_MESSAGE_LEN = 2048; in SwrAssert() local157 char msgBuf[MAX_MESSAGE_LEN]; in SwrAssert()160 msgBuf[MAX_MESSAGE_LEN - 2] = '\n'; in SwrAssert()161 msgBuf[MAX_MESSAGE_LEN - 1] = 0; in SwrAssert()165 msgBuf[MAX_MESSAGE_LEN - 2] = '\n'; in SwrAssert()166 msgBuf[MAX_MESSAGE_LEN - 1] = 0; in SwrAssert()191 MAX_MESSAGE_LEN - offset, in SwrAssert()214 MAX_MESSAGE_LEN - offset, in SwrAssert()270 static const int MAX_MESSAGE_LEN = 2048; in SwrTrace() local271 char msgBuf[MAX_MESSAGE_LEN]; in SwrTrace()[all …]
53 #define MAX_MESSAGE_LEN MAXPATHLEN*2+512 macro63 jbyte utf8buf[MAX_MESSAGE_LEN+1]; in vprint_message()65 char pbuf[MAX_MESSAGE_LEN+1]; in vprint_message()68 (void)vsnprintf((char*)utf8buf, MAX_MESSAGE_LEN, format, ap); in vprint_message()69 utf8buf[MAX_MESSAGE_LEN] = 0; in vprint_message()75 utf8buf, len, pbuf, MAX_MESSAGE_LEN); in vprint_message()