Home
last modified time | relevance | path

Searched refs:stream_pos_end (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/qmc2/qmc2-0.195_4/qmc2/minizip/
H A Dunzip.c1889 ZPOS64_T stream_pos_end; in unzseek64() local
1915 stream_pos_end = s->pfile_in_zip_read->pos_in_zipfile; in unzseek64()
1916 stream_pos_begin = stream_pos_end; in unzseek64()
1925 position >= stream_pos_begin && position < stream_pos_end; in unzseek64()
1930 s->pfile_in_zip_read->stream.avail_in = (uInt)(stream_pos_end - position); in unzseek64()
/dports/graphics/krita/krita-4.4.8/krita/integration/3rdparty/
H A Dunzip.c1915 uint64_t stream_pos_end = 0; in unzSeek64() local
1940 stream_pos_end = s->pfile_in_zip_read->pos_in_zipfile; in unzSeek64()
1941 stream_pos_begin = stream_pos_end; in unzSeek64()
1951 (position >= stream_pos_begin && position < stream_pos_end); in unzSeek64()
1956 s->pfile_in_zip_read->stream.avail_in = (uInt)(stream_pos_end - position); in unzSeek64()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/minizip/
H A Dunzip.c1921 uint64_t stream_pos_end = 0; in unzSeek64() local
1946 stream_pos_end = s->pfile_in_zip_read->pos_in_zipfile; in unzSeek64()
1947 stream_pos_begin = stream_pos_end; in unzSeek64()
1957 (position >= stream_pos_begin && position < stream_pos_end); in unzSeek64()
1962 s->pfile_in_zip_read->stream.avail_in = (uInt)(stream_pos_end - position); in unzSeek64()
/dports/multimedia/assimp/assimp-5.1.3/contrib/unzip/
H A Dunzip.c1926 uint64_t stream_pos_end = 0; in unzSeek64() local
1951 stream_pos_end = s->pfile_in_zip_read->pos_in_zipfile; in unzSeek64()
1952 stream_pos_begin = stream_pos_end; in unzSeek64()
1962 (position >= stream_pos_begin && position < stream_pos_end); in unzSeek64()
1967 s->pfile_in_zip_read->stream.avail_in = (uInt)(stream_pos_end - position); in unzSeek64()