Searched refs:MAX_MESSAGE_LEN (Results 1 – 2 of 2) sorted by relevance
153 static const int MAX_MESSAGE_LEN = 2048; in SwrAssert() local154 char msgBuf[MAX_MESSAGE_LEN]; in SwrAssert()157 msgBuf[MAX_MESSAGE_LEN - 2] = '\n'; in SwrAssert()158 msgBuf[MAX_MESSAGE_LEN - 1] = 0; in SwrAssert()162 msgBuf[MAX_MESSAGE_LEN - 2] = '\n'; in SwrAssert()163 msgBuf[MAX_MESSAGE_LEN - 1] = 0; in SwrAssert()191 MAX_MESSAGE_LEN - offset, in SwrAssert()212 MAX_MESSAGE_LEN - offset, in SwrAssert()268 static const int MAX_MESSAGE_LEN = 2048; in SwrTrace() local269 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()