OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uploadfn
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/QW/server/
sv_user.c
582
if (!*host_client->
uploadfn
) {
598
host_client->upload = fopen(host_client->
uploadfn
, "wb");
600
Sys_Printf("Can't create %s\n", host_client->
uploadfn
);
603
*host_client->
uploadfn
= 0;
606
Sys_Printf("Receiving %s from %d...\n", host_client->
uploadfn
, host_client->userid);
608
OutofBandPrintf(host_client->snap_from, "Server receiving %s from %d...\n", host_client->
uploadfn
, host_client->userid);
623
Sys_Printf("%s upload completed.\n", host_client->
uploadfn
);
628
if ((p = strchr(host_client->
uploadfn
, '/')) != NULL)
631
p = host_client->
uploadfn
;
633
host_client->
uploadfn
, p);
[
all
...]
server.h
184
char
uploadfn
[MAX_QPATH];
member in struct:client_s
sv_ccmds.c
810
strcpy(cl->
uploadfn
, checkname);
sv_main.c
219
*drop->
uploadfn
= 0;
[
all
...]
Completed in 191 milliseconds