HomeSort by relevance Sort by last modified time
    Searched refs:NET_MAXMESSAGE (Results 1 - 5 of 5) sorted by null

  /external/quake/quake/src/WinQuake/
net_loop.cpp 164 if ((*bufferLength + data->cursize + 4) > NET_MAXMESSAGE)
198 if ((*bufferLength + data->cursize + sizeof(byte) + sizeof(short)) > NET_MAXMESSAGE)
net.h 31 #define NET_MAXMESSAGE 8192
139 byte sendMessage [NET_MAXMESSAGE];
144 byte receiveMessage [NET_MAXMESSAGE];
net_ser.cpp 222 if (p->sock->receiveMessageLength + p->lengthFound > NET_MAXMESSAGE)
227 if (p->sock->receiveMessageLength + p->lengthFound == NET_MAXMESSAGE)
net_main.cpp 851 SZ_Alloc (&net_message, NET_MAXMESSAGE);
net_dgrm.cpp 173 if (data->cursize > NET_MAXMESSAGE)
    [all...]

Completed in 46 milliseconds