Home
last modified time | relevance | path

Searched refs:svc_stufftext (Results 1 – 11 of 11) sorted by relevance

/external/quake/quake/src/WinQuake/
Dprotocol.h92 #define svc_stufftext 9 // [string] stuffed into client's console buffer macro
Dhost.cpp332 MSG_WriteByte (&host_client->message, svc_stufftext); in Host_ClientCommands()
Dcl_parse.cpp800 case svc_stufftext: in CL_ParseServerMessage()
Dsv_main.cpp994 MSG_WriteChar (&msg, svc_stufftext); in SV_SendReconnect()
/external/quake/quake/src/QW/server/
Dsv_user.c115 MSG_WriteByte (&host_client->netchan.message, svc_stufftext); in SV_New_f()
279 MSG_WriteByte (&host_client->netchan.message, svc_stufftext); in SV_PreSpawn_f()
284 MSG_WriteByte (&host_client->netchan.message, svc_stufftext); in SV_PreSpawn_f()
388 ClientReliableWrite_Begin (host_client, svc_stufftext, 8); in SV_Spawn_f()
584 ClientReliableWrite_Begin (host_client, svc_stufftext, 8); in SV_NextUpload()
601 ClientReliableWrite_Begin (host_client, svc_stufftext, 8); in SV_NextUpload()
617 ClientReliableWrite_Begin (host_client, svc_stufftext, 8); in SV_NextUpload()
Dsv_ccmds.c818 ClientReliableWrite_Begin (cl, svc_stufftext, 24); in SV_Snap()
Dsv_send.c238 MSG_WriteByte (&sv.reliable_datagram, svc_stufftext); in SV_BroadcastCommand()
Dpr_cmds.c700 ClientReliableWrite_Begin (cl, svc_stufftext, 2+strlen(str)); in PF_stuffcmd()
/external/quake/quake/src/QW/client/
Dprotocol.h70 #define svc_stufftext 9 // [string] stuffed into client's console buffer macro
Dcl_demo.c461 MSG_WriteByte (&buf, svc_stufftext); in CL_Record_f()
580 MSG_WriteByte (&buf, svc_stufftext); in CL_Record_f()
654 MSG_WriteByte (&buf, svc_stufftext); in CL_Record_f()
Dcl_parse.c1174 case svc_stufftext: in CL_ParseServerMessage()