/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/ |
H A D | msg_io.c | 204 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 D | msg_io.h | 60 extern qboolean msg_badread; /* set if a read goes beyond end of message */
|
/dports/games/nexuiz/Nexuiz/sources/darkplaces/ |
H A D | sv_user.c | 460 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 D | common.h | 196 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 D | common.c | 396 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 D | tools.c | 174 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 D | tools.h | 80 extern qbool msg_badread; // set if a read goes beyond end of message
|
H A D | dem_parse.c | 799 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 D | tools.c | 174 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 D | tools.h | 80 extern qbool msg_badread; // set if a read goes beyond end of message
|
H A D | dem_parse.c | 799 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 D | common.c | 276 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 D | common.h | 84 extern qbool msg_badread; // set if a read goes beyond end of message
|
/dports/games/mvdsv/mvdsv-0.34/src/ |
H A D | common.c | 276 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 D | common.h | 84 extern qbool msg_badread; // set if a read goes beyond end of message
|
/dports/games/tenebrae/tenebrae_0/ |
H A D | common.c | 707 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 D | common.h | 109 extern qboolean msg_badread; // set if a read goes beyond end of message
|
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/ |
H A D | common.c | 675 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 D | common.h | 124 extern qboolean msg_badread; // set if a read goes beyond end of message
|
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/ |
H A D | common.c | 463 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 D | common.h | 185 extern qboolean msg_badread; // set if a read goes beyond end of message
|
/dports/games/vkquake/vkQuake-1.12.2/Quake/ |
H A D | net_dgrm.c | 1406 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 D | common.c | 1013 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 D | common.h | 114 extern qboolean msg_badread; // set if a read goes beyond end of message
|
/dports/games/odamex/odamex-src-0.7.0/master/ |
H A D | i_net.h | 41 extern int msg_badread;
|