Searched refs:com_filesize (Results 1 - 12 of 12) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dskin.c163 if (raw - (byte*)pcx > com_filesize)
175 if (raw - (byte*)pcx > com_filesize)
200 if ( raw - (byte *)pcx > com_filesize)
H A Dcommon.h191 extern int com_filesize;
H A Dsnd_mem.c127 info = GetWavinfo (s->name, data, com_filesize);
H A Dcommon.c1275 int com_filesize; variable
1473 Sets com_filesize and one of handle or file
1507 com_filesize = pak->files[i].filelen;
1509 return com_filesize;
1538 com_filesize = -1;
1563 len = com_filesize = COM_FOpenFile (path, &h);
H A Dgl_model.c1530 for (len = com_filesize, p = buffer; len; len--, p++)
H A Dmodel.c1463 for (len = com_filesize, p = buffer; len; len--, p++)
/external/quake/quake/src/WinQuake/
H A Dcommon.h170 extern int com_filesize;
H A Dcommon.cpp1234 int com_filesize; variable
1395 Sets com_filesize and one of handle or file
1444 com_filesize = pak->files[i].filelen;
1445 return com_filesize;
1485 com_filesize = Sys_FileOpenRead (netpath, &i);
1493 return com_filesize;
1504 com_filesize = -1;
H A Dsnd_mem.cpp127 info = GetWavinfo (s->name, data, com_filesize);
H A Dpr_edict.cpp998 Con_DPrintf ("Programs occupy %iK.\n", com_filesize/1024);
1000 for (i=0 ; i<com_filesize ; i++)
/external/quake/quake/src/QW/server/
H A Dsv_init.c264 crc = CRC_Block(buf, com_filesize);
265 // for (len = com_filesize; len; len--, buf++)
H A Dpr_edict.c973 Con_DPrintf ("Programs occupy %iK.\n", com_filesize/1024);
976 sprintf (num, "%i", CRC_Block ((byte *)progs, com_filesize));

Completed in 143 milliseconds