Home
last modified time | relevance | path

Searched refs:msg_badread (Results 1 – 25 of 50) sorted by relevance

12

/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dmsg_io.c204 qboolean msg_badread; variable
209 msg_badread = false; in MSG_BeginReading()
219 msg_badread = true; in MSG_ReadChar()
235 msg_badread = true; in MSG_ReadByte()
251 msg_badread = true; in MSG_ReadShort()
269 msg_badread = true; in MSG_ReadLong()
H A Dmsg_io.h60 extern qboolean msg_badread; /* set if a read goes beyond end of message */
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dsv_user.c460 if (msg_badread) Con_Printf("SV_ReadClientMessage: badread at %s:%i\n", __FILE__, __LINE__); in SV_ReadClientMove()
466 if (msg_badread) Con_Printf("SV_ReadClientMessage: badread at %s:%i\n", __FILE__, __LINE__); in SV_ReadClientMove()
488 if (msg_badread) Con_Printf("SV_ReadClientMessage: badread at %s:%i\n", __FILE__, __LINE__); in SV_ReadClientMove()
494 if (msg_badread) Con_Printf("SV_ReadClientMessage: badread at %s:%i\n", __FILE__, __LINE__); in SV_ReadClientMove()
503 if (msg_badread) Con_Printf("SV_ReadClientMessage: badread at %s:%i\n", __FILE__, __LINE__); in SV_ReadClientMove()
507 if (msg_badread) Con_Printf("SV_ReadClientMessage: badread at %s:%i\n", __FILE__, __LINE__); in SV_ReadClientMove()
531 if (msg_badread) Con_Printf("SV_ReadClientMessage: badread at %s:%i\n", __FILE__, __LINE__); in SV_ReadClientMove()
760 if (msg_badread) in SV_ReadClientMessage()
890 if (msg_badread) Con_Printf("SV_ReadClientMessage: badread at %s:%i\n", __FILE__, __LINE__); in SV_ReadClientMessage()
892 if (msg_badread) Con_Printf("SV_ReadClientMessage: badread at %s:%i\n", __FILE__, __LINE__); in SV_ReadClientMessage()
H A Dcommon.h196 extern qboolean msg_badread; // set if a read goes beyond end of message
208 #define MSG_ReadChar() (msg_readcount >= net_message.cursize ? (msg_badread = true, -1) : (signed c…
209 #define MSG_ReadByte() (msg_readcount >= net_message.cursize ? (msg_badread = true, -1) : (unsigned…
H A Dcommon.c396 qboolean msg_badread; variable
401 msg_badread = false; in MSG_BeginReading()
408 msg_badread = true; in MSG_ReadLittleShort()
419 msg_badread = true; in MSG_ReadBigShort()
430 msg_badread = true; in MSG_ReadLittleLong()
441 msg_badread = true; in MSG_ReadBigLong()
457 msg_badread = true; in MSG_ReadLittleFloat()
474 msg_badread = true; in MSG_ReadBigFloat()
/dports/games/qwdtools/mvdsv-0.34/tools/qwdtools/source/
H A Dtools.c174 qbool msg_badread; variable
182 msg_badread = true; in MSG_Forward()
195 msg_badread = false; in MSG_BeginReading()
210 msg_badread = true; in MSG_ReadChar()
226 msg_badread = true; in MSG_ReadByte()
242 msg_badread = true; in MSG_ReadShort()
260 msg_badread = true; in MSG_ReadLong()
H A Dtools.h80 extern qbool msg_badread; // set if a read goes beyond end of message
H A Ddem_parse.c799 if (msg_badread) in FlushEntityPacket()
881 if (msg_badread) in Dem_ParsePacketEntities()
1354 if (msg_badread) in Dem_ParseDemoMessage()
/dports/games/mvdsv/mvdsv-0.34/tools/qwdtools/source/
H A Dtools.c174 qbool msg_badread; variable
182 msg_badread = true; in MSG_Forward()
195 msg_badread = false; in MSG_BeginReading()
210 msg_badread = true; in MSG_ReadChar()
226 msg_badread = true; in MSG_ReadByte()
242 msg_badread = true; in MSG_ReadShort()
260 msg_badread = true; in MSG_ReadLong()
H A Dtools.h80 extern qbool msg_badread; // set if a read goes beyond end of message
H A Ddem_parse.c799 if (msg_badread) in FlushEntityPacket()
881 if (msg_badread) in Dem_ParsePacketEntities()
1354 if (msg_badread) in Dem_ParseDemoMessage()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dcommon.c276 qbool msg_badread; variable
281 msg_badread = false; in MSG_BeginReading()
296 msg_badread = true; in MSG_ReadChar()
312 msg_badread = true; in MSG_ReadByte()
328 msg_badread = true; in MSG_ReadShort()
346 msg_badread = true; in MSG_ReadLong()
519 for ( ; !msg_badread && bytes > 0; bytes--) in MSG_ReadSkip()
H A Dcommon.h84 extern qbool msg_badread; // set if a read goes beyond end of message
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dcommon.c276 qbool msg_badread; variable
281 msg_badread = false; in MSG_BeginReading()
296 msg_badread = true; in MSG_ReadChar()
312 msg_badread = true; in MSG_ReadByte()
328 msg_badread = true; in MSG_ReadShort()
346 msg_badread = true; in MSG_ReadLong()
519 for ( ; !msg_badread && bytes > 0; bytes--) in MSG_ReadSkip()
H A Dcommon.h84 extern qbool msg_badread; // set if a read goes beyond end of message
/dports/games/tenebrae/tenebrae_0/
H A Dcommon.c707 qboolean msg_badread; variable
713 msg_badread = false; in MSG_BeginReading()
724 msg_badread = true; in MSG_ReadChar()
741 msg_badread = true; in MSG_ReadByte()
758 msg_badread = true; in MSG_ReadShort()
777 msg_badread = true; in MSG_ReadLong()
H A Dcommon.h109 extern qboolean msg_badread; // set if a read goes beyond end of message
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dcommon.c675 qboolean msg_badread; variable
680 msg_badread = false; in MSG_BeginReading()
690 msg_badread = true; in MSG_ReadChar()
706 msg_badread = true; in MSG_ReadByte()
722 msg_badread = true; in MSG_ReadShort()
740 msg_badread = true; in MSG_ReadLong()
H A Dcommon.h124 extern qboolean msg_badread; // set if a read goes beyond end of message
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dcommon.c463 qboolean msg_badread; variable
468 msg_badread = false; in MSG_BeginReading()
492 msg_badread = true; in MSG_ReadChar()
509 msg_badread = true; in MSG_ReadByte()
528 msg_badread = true; in MSG_ReadShort()
549 msg_badread = true; in MSG_ReadLong()
680 msg_badread = true; in MSG_ReadControlHeader()
H A Dcommon.h185 extern qboolean msg_badread; // set if a read goes beyond end of message
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dnet_dgrm.c1406 if (msg_badread) mod = 0; in _Datagram_ServerControlPacket()
1409 if (msg_badread) mod_ver = 0; in _Datagram_ServerControlPacket()
1411 if (msg_badread) mod_flags = 0; in _Datagram_ServerControlPacket()
1413 if (msg_badread) mod_passwd = 0; in _Datagram_ServerControlPacket()
1786 msg_badread = true; in _Datagram_SearchForHosts()
1796 msg_badread = true; in _Datagram_SearchForHosts()
1800 msg_badread = true; in _Datagram_SearchForHosts()
1803 if (msg_badread) in _Datagram_SearchForHosts()
H A Dcommon.c1013 qboolean msg_badread; variable
1018 msg_badread = false; in MSG_BeginReading()
1028 msg_badread = true; in MSG_ReadChar()
1044 msg_badread = true; in MSG_ReadByte()
1060 msg_badread = true; in MSG_ReadShort()
1078 msg_badread = true; in MSG_ReadLong()
H A Dcommon.h114 extern qboolean msg_badread; // set if a read goes beyond end of message
/dports/games/odamex/odamex-src-0.7.0/master/
H A Di_net.h41 extern int msg_badread;

12