Home
last modified time | relevance | path

Searched refs:zoff_t (Results 1 – 25 of 95) sorted by relevance

1234

/dports/archivers/unzip/unzip60/
H A Dglobals.h188 zoff_t real_ecrec_offset;
189 zoff_t expect_ecrec_offset;
190 zoff_t csize; /* used by decompr. (NEXTBYTE): must be signed */
191 zoff_t used_csize; /* used by extract_or_test_member(), explode() */
252 zoff_t ziplen;
253 zoff_t cur_zipfile_bufstart; /* extract_or_test, readbuf, ReadByte */
254 zoff_t extra_bytes; /* used in unzip.c, misc.c */
/dports/audio/cadence/Cadence-0.9.1/data/windows/unzipfx-catarina/
H A Dglobals.h188 zoff_t real_ecrec_offset;
189 zoff_t expect_ecrec_offset;
190 zoff_t csize; /* used by decompr. (NEXTBYTE): must be signed */
191 zoff_t used_csize; /* used by extract_or_test_member(), explode() */
252 zoff_t ziplen;
253 zoff_t cur_zipfile_bufstart; /* extract_or_test, readbuf, ReadByte */
254 zoff_t extra_bytes; /* used in unzip.c, misc.c */
/dports/audio/cadence/Cadence-0.9.1/data/windows/unzipfx-catia/
H A Dglobals.h188 zoff_t real_ecrec_offset;
189 zoff_t expect_ecrec_offset;
190 zoff_t csize; /* used by decompr. (NEXTBYTE): must be signed */
191 zoff_t used_csize; /* used by extract_or_test_member(), explode() */
252 zoff_t ziplen;
253 zoff_t cur_zipfile_bufstart; /* extract_or_test, readbuf, ReadByte */
254 zoff_t extra_bytes; /* used in unzip.c, misc.c */
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla/
H A Dglobals.h188 zoff_t real_ecrec_offset;
189 zoff_t expect_ecrec_offset;
190 zoff_t csize; /* used by decompr. (NEXTBYTE): must be signed */
191 zoff_t used_csize; /* used by extract_or_test_member(), explode() */
252 zoff_t ziplen;
253 zoff_t cur_zipfile_bufstart; /* extract_or_test, readbuf, ReadByte */
254 zoff_t extra_bytes; /* used in unzip.c, misc.c */
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla-control/
H A Dglobals.h188 zoff_t real_ecrec_offset;
189 zoff_t expect_ecrec_offset;
190 zoff_t csize; /* used by decompr. (NEXTBYTE): must be signed */
191 zoff_t used_csize; /* used by extract_or_test_member(), explode() */
252 zoff_t ziplen;
253 zoff_t cur_zipfile_bufstart; /* extract_or_test, readbuf, ReadByte */
254 zoff_t extra_bytes; /* used in unzip.c, misc.c */
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/unzip/
H A Dglobals.h188 zoff_t real_ecrec_offset;
189 zoff_t expect_ecrec_offset;
190 zoff_t csize; /* used by decompr. (NEXTBYTE): must be signed */
191 zoff_t used_csize; /* used by extract_or_test_member(), explode() */
252 zoff_t ziplen;
253 zoff_t cur_zipfile_bufstart; /* extract_or_test, readbuf, ReadByte */
254 zoff_t extra_bytes; /* used in unzip.c, misc.c */
/dports/archivers/zip/zip30/
H A Dtailor.h137 typedef off_t zoff_t; typedef
149 typedef long zoff_t; typedef
599 int zfseeko OF((FILE *, zoff_t, int));
603 zoff_t zftello OF((FILE *));
646 int zfseeko OF((FILE *, zoff_t, int));
650 zoff_t zftello OF((FILE *));
673 int zfseeko OF((FILE *, zoff_t, int));
677 zoff_t zftello OF((FILE *));
692 int zfseeko OF((FILE *, zoff_t, int));
696 zoff_t zftello OF((FILE *));
H A Dzipup.c226 zoff_t pos;
249 zoff_t p;
294 p = ((200 * ((zoff_t)n - (zoff_t)m) / (zoff_t)n) + 1) / 2;
403 zoff_t o = 0, p; /* offsets in zip file */
404 zoff_t q = (zoff_t) -3; /* size returned by filetime */
441 if (tim == 0 || q == (zoff_t) -3)
445 if (q == (zoff_t) -2) {
1417 local zoff_t filecompress(z_entry, cmpr_method) in filecompress()
1733 zoff_t cmpr_size;
1909 cmpr_size = (zoff_t)bstrm.total_out_lo32
[all …]
H A Dcrypt.c252 zoff_t n; /* holds offset and counts size */
260 if ((n = (zoff_t)zftello(y)) == (zoff_t)-1L) return ZE_TEMP;
342 zoff_t size; /* size of input data */
346 zoff_t n;
351 if ((n = (zoff_t)zftello(y)) == (zoff_t)-1L) return ZE_TEMP;
675 for (n = (zoff_t)GLOBAL(incnt) > GLOBAL(csize) ?
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/zip/
H A Dtailor.h137 typedef off_t zoff_t; typedef
149 typedef long zoff_t; typedef
599 int zfseeko OF((FILE *, zoff_t, int));
603 zoff_t zftello OF((FILE *));
646 int zfseeko OF((FILE *, zoff_t, int));
650 zoff_t zftello OF((FILE *));
673 int zfseeko OF((FILE *, zoff_t, int));
677 zoff_t zftello OF((FILE *));
692 int zfseeko OF((FILE *, zoff_t, int));
696 zoff_t zftello OF((FILE *));
H A Dzipup.c226 zoff_t pos;
249 zoff_t p;
294 p = ((200 * ((zoff_t)n - (zoff_t)m) / (zoff_t)n) + 1) / 2;
403 zoff_t o = 0, p; /* offsets in zip file */
404 zoff_t q = (zoff_t) -3; /* size returned by filetime */
441 if (tim == 0 || q == (zoff_t) -3)
445 if (q == (zoff_t) -2) {
1417 local zoff_t filecompress(z_entry, cmpr_method) in filecompress()
1733 zoff_t cmpr_size;
1909 cmpr_size = (zoff_t)bstrm.total_out_lo32
[all …]
/dports/archivers/zip/zip30/win32/
H A Dwin32i64.c50 zoff_t zftello(stream) in zftello()
74 zoff_t offset;
77 zoff_t location;
H A Dosdep.h134 typedef __int64 zoff_t; typedef
147 typedef long long zoff_t; typedef
165 typedef __int64 zoff_t; typedef
178 typedef __int64 zoff_t; typedef
197 typedef long long zoff_t;
227 typedef long zoff_t; typedef
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/zip/win32/
H A Dwin32i64.c50 zoff_t zftello(stream) in zftello()
74 zoff_t offset;
77 zoff_t location;
H A Dosdep.h134 typedef __int64 zoff_t; typedef
147 typedef long long zoff_t; typedef
165 typedef __int64 zoff_t; typedef
178 typedef __int64 zoff_t; typedef
197 typedef long long zoff_t;
227 typedef long zoff_t; typedef
/dports/archivers/unzip/unzip60/win32/
H A Dwin32i64.c46 zoff_t zftello(stream) in zftello()
72 zoff_t offset;
99 if (_lseeki64(fileno(stream), offset, origin) == (zoff_t)-1L) {
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla/win32/
H A Dwin32i64.c46 zoff_t zftello(stream) in zftello()
72 zoff_t offset;
99 if (_lseeki64(fileno(stream), offset, origin) == (zoff_t)-1L) {
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla-control/win32/
H A Dwin32i64.c46 zoff_t zftello(stream) in zftello()
72 zoff_t offset;
99 if (_lseeki64(fileno(stream), offset, origin) == (zoff_t)-1L) {
/dports/audio/cadence/Cadence-0.9.1/data/windows/unzipfx-catia/win32/
H A Dwin32i64.c46 zoff_t zftello(stream) in zftello()
72 zoff_t offset;
99 if (_lseeki64(fileno(stream), offset, origin) == (zoff_t)-1L) {
/dports/audio/cadence/Cadence-0.9.1/data/windows/unzipfx-catarina/win32/
H A Dwin32i64.c46 zoff_t zftello(stream) in zftello()
72 zoff_t offset;
99 if (_lseeki64(fileno(stream), offset, origin) == (zoff_t)-1L) {
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/unzip/win32/
H A Dwin32i64.c46 zoff_t zftello(stream) in zftello()
72 zoff_t offset;
99 if (_lseeki64(fileno(stream), offset, origin) == (zoff_t)-1L) {
/dports/archivers/zip/zip30/unix/
H A Dosdep.h41 typedef long zoff_t; typedef
44 typedef off_t zoff_t; typedef
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/zip/unix/
H A Dosdep.h41 typedef long zoff_t; typedef
44 typedef off_t zoff_t; typedef
/dports/archivers/zip/zip30/vms/
H A Dosdep.h74 typedef off_t zoff_t; typedef
77 typedef long zoff_t; typedef
/dports/archivers/unzip/unzip60/vms/
H A Dvmscfg.h157 typedef long zoff_t; typedef
159 typedef off_t zoff_t; typedef

1234