Home
last modified time | relevance | path

Searched refs:FS_ferror (Results 1 – 16 of 16) sorted by relevance

/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dcfgfile.c108 } while (!FS_feof(cfg_file) && !FS_ferror(cfg_file)); in CFG_ReadCvars()
H A Dquakefs.h161 int FS_ferror(fshandle_t *fh);
H A Dsnd_flac.c98 if (FS_ferror(ff->file)) in flac_read_func()
H A Dsnd_mp3.c229 if (!ReadSize || FS_ferror(&stream->fh)) in mp3_startread()
H A Dquakefs.c1643 int FS_ferror(fshandle_t *fh) in FS_ferror() function
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dcfgfile.c107 } while (!FS_feof(cfg_file) && !FS_ferror(cfg_file)); in CFG_ReadCvars()
H A Dcommon.h324 int FS_ferror(fshandle_t *fh);
H A Dsnd_mp3.c113 if (!ReadSize || FS_ferror(&stream->fh)) in mp3_startread()
H A Dsnd_mp3tag.c343 if (!readsize || FS_ferror(&stream->fh)) goto fail; in mp3_skiptags()
H A Dsnd_flac.c96 if (FS_ferror(ff->file)) in flac_read_func()
H A Dcommon.c2782 int FS_ferror(fshandle_t *fh) in FS_ferror() function
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dcommon.h321 int FS_ferror(fshandle_t *fh);
H A Dsnd_flac.c96 if (FS_ferror(ff->file)) in flac_read_func()
H A Dsnd_mp3.c230 if (!ReadSize || FS_ferror(&stream->fh)) in mp3_startread()
H A Dcommon.c2518 int FS_ferror(fshandle_t *fh) in FS_ferror() function
/dports/games/uhexen2/hexen2source-1.5.9/docs/
H A DCHANGES6113 FS_fread, FS_fseek, FS_ftell, FS_rewind, FS_feof, FS_ferror and FS_fclose.