Searched refs:MAX_MSG_SIZE (Results 1 – 3 of 3) sorted by relevance
6 #define MAX_MSG_SIZE 20011 char mesg_text[MAX_MSG_SIZE];33 #define MAX_MSG_SIZE 20037 char mesg_text[MAX_MSG_SIZE];48 int rc = msg_queue->Receive(&msg, MAX_MSG_SIZE, 1, true);
22 const uint32_t MAX_MSG_SIZE = 200; variable26 char mesg_text[MAX_MSG_SIZE];
43 int rc = msg_queue->Receive(&msg, MAX_MSG_SIZE, 1, true); in ServerLoop()