OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Host_Error
(Results
1 - 10
of
10
) sorted by null
/external/quake/quake/src/WinQuake/
cl_parse.cpp
84
Host_Error
("CL_EntityNum: %i is an invalid number",num);
130
Host_Error
("CL_ParseStartSoundPacket: ent = %i", ent);
169
Host_Error
("CL_KeepaliveMessage: CL_GetMessage failed");
173
Host_Error
("CL_KeepaliveMessage: received a message");
177
Host_Error
("CL_KeepaliveMessage: datagram wasn't a nop");
374
Host_Error
("CL_ParseModel: bad modnum");
675
Host_Error
("Too many static entities");
742
Host_Error
("CL_ParseServerMessage: Bad server message");
766
Host_Error
("CL_ParseServerMessage: Illegible server message\n");
786
Host_Error
("CL_ParseServerMessage: Server is protocol %i instead of %i\n", i, PROTOCOL_VERSION)
[
all
...]
cl_main.cpp
96
This is also called on
Host_Error
, so it shouldn't cause any errors
160
Host_Error
("CL_Connect: connect failed\n");
645
Host_Error
("CL_ReadFromServer: lost server connection");
707
Host_Error
("CL_WriteToServer: lost server connection");
pr_exec.cpp
274
pr_depth = 0; // dump the stack so
host_error
can shutdown functions
276
Host_Error
("Program error");
377
Host_Error
("PR_ExecuteProgram: NULL function");
quakedef.h
320
void
Host_Error
(const char *error, ...);
pr_edict.cpp
681
Host_Error
("ED_ParseGlobals: parse error");
880
Host_Error
("ED_ParseEdict: parse error");
host.cpp
117
Host_Error
122
void
Host_Error
(const char *error, ...)
129
Sys_Error ("
Host_Error
: recursively entered");
137
Con_Printf ("
Host_Error
: %s\n",string);
143
Sys_Error ("
Host_Error
: %s\n",string); // dedicated servers exit
pr_cmds.cpp
68
Host_Error
("Program error");
93
Host_Error
("Program error");
[
all
...]
/external/quake/quake/src/QW/client/
quakedef.h
137
void
Host_Error
(char *error, ...);
cl_demo.c
189
Host_Error
("CL_GetDemoMessage: cls.state != ca_active");
cl_main.c
403
This is also called on
Host_Error
, so it shouldn't cause any errors
1207
Host_Error
1212
void
Host_Error
(char *error, ...)
1219
Sys_Error ("
Host_Error
: recursively entered");
1225
Con_Printf ("
Host_Error
: %s\n",string);
1233
Sys_Error ("
Host_Error
: %s\n",string);
Completed in 111 milliseconds