Home
last modified time | relevance | path

Searched refs:zfile_ftell (Results 1 – 25 of 51) sorted by relevance

123

/dports/emulators/uae/uae-0.8.29/src/include/
H A Dzfile.h14 extern long zfile_ftell (struct zfile *z);
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dzfile.c468 fsize = zfile_ftell (z); in vhd()
591 offset = zfile_ftell (z); in zfile_gunzip()
700 pos = zfile_ftell (z); in extadf()
831 startpos = zfile_ftell (zo); in fdi()
856 int pos = zfile_ftell (zo); in fdi()
1164 int off = zfile_ftell (zo); in dms()
2173 len = zfile_ftell (z); in zfile_getdata()
2267 pos = zfile_ftell (f); in zfile_crc32()
2269 size = zfile_ftell (f); in zfile_crc32()
2428 pos = zfile_ftell (z); in zvolume_alloc_2()
[all …]
H A Dsavestate.c326 pos = zfile_ftell (f); in save_chunk()
343 opos = zfile_ftell (f); in save_chunk()
390 *filepos = zfile_ftell (f); in restore_chunk()
403 *filepos = zfile_ftell (f) - 4 - 4 - 4; in restore_chunk()
406 *filepos = zfile_ftell (f) - 4 - 4; in restore_chunk()
509 filesize = zfile_ftell (f); in restore_state()
1068 pos = zfile_ftell (f); in save_state()
1073 len = zfile_ftell (f) - pos; in save_state()
H A Damax.c150 amax_rom_size = zfile_ftell (z); in amax_init()
H A Dinprec.c26 inprec_size = zfile_ftell (inprec_zf); in inprec_open()
H A Dinputrecord.c376 inprec_size = zfile_ftell (inprec_zf); in inprec_open()
460 header_end2 = header_end = zfile_ftell (inprec_zf); in inprec_open()
751 pos = zfile_ftell (inprec_zf); in inprec_getposition()
H A Drommgr.c507 keysize = zfile_ftell (f); in addkeyfile()
840 pos = zfile_ftell (f); in getromdatabyzfile()
842 size = zfile_ftell (f); in getromdatabyzfile()
1163 size = zfile_ftell (f) - sizeof tmp; in read_rom_name()
H A Dhardfile_unix.c297 hfd->physsize = hfd->virtsize = zfile_ftell (hfd->handle->zf); in hdf_open_target()
401 pos = zfile_ftell (hfd->handle->zf); in poscheck()
H A Dblkdev_cdimage.c172 if (zfile_ftell (t->handle) >= zfile_size (t->handle)) in file_read_callback()
185 *absolute_byte_offset = zfile_ftell (t->handle); in file_tell_callback()
197 return zfile_ftell (t->handle) >= zfile_size (t->handle); in file_eof_callback()
344 uae_s64 pos = zfile_ftell (t->handle); in cdda_unpack_func()
1540 t->offset += zfile_ftell (zf); in parsecue()
H A Dzfile_archive.c347 zn->offset = zfile_ftell (z); in archive_directory_tar()
704 zai.size = zfile_ftell (z); in archive_directory_plain()
728 zai.size = zfile_ftell (zf2); in archive_directory_plain()
1018 adf->size = zfile_ftell (z); in archive_directory_adf()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dzfile.cpp480 fsize = zfile_ftell (z); in vhd()
599 offset = zfile_ftell (z); in zfile_gunzip()
712 pos = zfile_ftell (z); in extadf()
843 startpos = zfile_ftell (zo); in fdi()
868 int pos = zfile_ftell (zo); in fdi()
1256 int off = zfile_ftell (zo); in dms()
2422 len = zfile_ftell (z); in zfile_getdata()
2520 pos = zfile_ftell (f); in zfile_crc32()
2522 size = zfile_ftell (f); in zfile_crc32()
2686 pos = zfile_ftell (z); in zvolume_alloc_2()
[all …]
H A Damax.cpp155 amax_rom_size = zfile_ftell (z); in amax_init()
H A Dsavestate.cpp337 pos = zfile_ftell (f); in save_chunk()
354 opos = zfile_ftell (f); in save_chunk()
401 *filepos = zfile_ftell (f); in restore_chunk()
414 *filepos = zfile_ftell (f) - 4 - 4 - 4; in restore_chunk()
417 *filepos = zfile_ftell (f) - 4 - 4; in restore_chunk()
523 filesize = zfile_ftell (f); in restore_state()
1130 pos = zfile_ftell (f); in save_state()
1135 len = zfile_ftell (f) - pos; in save_state()
H A Dblkdev_cdimage.cpp223 if (zfile_ftell (t->handle) >= zfile_size (t->handle)) in file_read_callback()
236 *absolute_byte_offset = zfile_ftell (t->handle); in file_tell_callback()
248 return zfile_ftell (t->handle) >= zfile_size (t->handle); in file_eof_callback()
396 uae_s64 pos = zfile_ftell (t->handle); in cdda_unpack_func()
1743 t->offset += zfile_ftell (zf); in parsecue()
H A Dzfile_archive.cpp330 zn->offset = zfile_ftell (z); in archive_directory_tar()
542 *pos = zfile_ftell (zf); in SzFileSeekImp()
1065 zai.size = zfile_ftell (z); in archive_directory_plain()
1089 zai.size = zfile_ftell (zf2); in archive_directory_plain()
1370 adf->size = zfile_ftell (z); in archive_directory_adf()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/xfd/
H A Dxfd.c108 size = zfile_ftell(z); in load_xfd()
364 size = zfile_ftell (z); in decompress_zfd()
/dports/emulators/uae/uae-0.8.29/src/
H A Drommgr.c541 pos = zfile_ftell (f); in getromdatabyzfile()
543 size = zfile_ftell (f); in getromdatabyzfile()
674 size = zfile_ftell (f); in scan_roms()
H A Dzfile.c70 long zfile_ftell (struct zfile *z) in zfile_ftell() function
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/lha/
H A Duae_lha.c61 zn->offset = zfile_ftell(zf); in archive_directory_lha()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/wrp/
H A Dwarp.c417 pos = zfile_ftell (zf); in unwarp()
458 int os = zfile_ftell (tmpf); in unwarp()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dzfile.h58 extern uae_s64 zfile_ftell (struct zfile *z);
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dzfile.h60 extern uae_s64 zfile_ftell (struct zfile *z);
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-fs/
H A Droms.cpp96 size = zfile_ftell (f); in scan_single_rom_2()
H A Dhardfile_host.cpp380 hfd->physsize = hfd->virtsize = zfile_ftell (hfd->handle->zf); in hdf_open_target()
492 pos = zfile_ftell (hfd->handle->zf); in poscheck()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/chd/
H A Dflac.cpp218 return (m_file != NULL) ? zfile_ftell(m_file) : m_compressed_offset; in finish()

123