Home
last modified time | relevance | path

Searched refs:FS_filelength (Results 1 – 25 of 68) sorted by relevance

123

/dports/games/quake2-source/quake2-r0.16.2/src/qcommon/
H A Dfiles.c104 int FS_filelength (FILE *f) in FS_filelength() function
226 return FS_filelength (*file); in FS_FOpenFile()
267 return FS_filelength (*file); in FS_FOpenFile()
302 return FS_filelength (*file); in FS_FOpenFile()
/dports/games/quake2lnx/quake2-r0.16.2/src/qcommon/
H A Dfiles.c104 int FS_filelength (FILE *f) in FS_filelength() function
226 return FS_filelength (*file); in FS_FOpenFile()
267 return FS_filelength (*file); in FS_FOpenFile()
302 return FS_filelength (*file); in FS_FOpenFile()
/dports/games/quake2max/Quake2maX_0.45-src_unix/qcommon/
H A Dfiles.c107 int FS_filelength (FILE *f) in FS_filelength() function
243 return FS_filelength (*file); in FS_FOpenFile()
284 return FS_filelength (*file); in FS_FOpenFile()
319 return FS_filelength (*file); in FS_FOpenFile()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dsnd_modplug.c68 len = FS_filelength (&stream->fh); in S_MODPLUG_CodecOpenStream()
H A Dcommon.h325 long FS_filelength (fshandle_t *fh);
H A Dsnd_umx.c238 fsiz = FS_filelength (f); in probe_umx()
H A Dsnd_flac.c131 *stream_length = (FLAC__uint64) FS_filelength (ff->file); in flac_length_func()
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dtext_public.c511 int filelen = FS_filelength(DataFile); in ReadAndMallocAndTerminateFile()
783 int FS_filelength(FILE * f) in FS_filelength() function
809 int filelen = FS_filelength(DataFile); in inflate_stream()
H A Dmisc.c1255 char *stuff = (char *)malloc(FS_filelength(configfile) + 1); in LoadGameConfig()
1256 if (fread(stuff, FS_filelength(configfile), 1, configfile) != 1) { in LoadGameConfig()
1262 stuff[FS_filelength(configfile)] = 0; in LoadGameConfig()
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dquakefs.h165 long FS_filelength (fshandle_t *fh);
H A Dsnd_xmp.c73 len = FS_filelength (&stream->fh); in S_XMP_CodecOpenStream()
H A Dsnd_wildmidi.c192 len = FS_filelength(&stream->fh); in S_WILDMIDI_CodecOpenStream()
H A Dsnd_umx.c239 fsiz = FS_filelength (f); in probe_umx()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dsnd_xmp.c62 len = FS_filelength (&stream->fh); in S_XMP_CodecOpenStream()
H A Dcommon.h328 long FS_filelength (fshandle_t *fh);
H A Dsnd_umx.c231 fsiz = FS_filelength (f); in probe_umx()
/dports/games/freedroid/freedroid-1.0.2/src/
H A Dmisc.c182 size = FS_filelength (fp); in LoadGameConfig()
1061 FS_filelength (FILE *f) in FS_filelength() function
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dqcommon.h478 int FS_filelength( fileHandle_t f );
521 int FS_filelength( fileHandle_t f );
/dports/games/alienarena/alienarena-7.66/source/qcommon/
H A Dfiles.c380 int FS_filelength( FILE *f ) in FS_filelength() function
610 length = FS_filelength( *file ); in FS_FOpenFile()
/dports/games/alienarena-data/alienarena-7.66/source/qcommon/
H A Dfiles.c380 int FS_filelength( FILE *f ) in FS_filelength() function
610 length = FS_filelength( *file ); in FS_FOpenFile()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dqcommon.h565 int FS_filelength( fileHandle_t f );
605 int FS_filelength( fileHandle_t f );
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dqcommon.h589 int FS_filelength( fileHandle_t f );
629 int FS_filelength( fileHandle_t f );
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dqcommon.h611 int FS_filelength( fileHandle_t f );
653 int FS_filelength( fileHandle_t f );
/dports/games/evq3/evq3/code/qcommon/
H A Dqcommon.h599 int FS_filelength( fileHandle_t f );
639 int FS_filelength( fileHandle_t f );
/dports/games/r1q2/r1q2-8012_5/qcommon/
H A Dfiles.c134 static int FS_filelength (FILE *f) in FS_filelength() function
588 return FS_filelength (*file); in FS_FOpenFile()
814 filelen = FS_filelength (*file); in FS_FOpenFile()

123