Symbol: LONGINT
src/bin/unzip/extract.c
284
LONGINT old_extra_bytes = 0L;
src/bin/unzip/extract.c
510
fseek((FILE *)G.zipfd, (LONGINT)cd_bufstart, SEEK_SET);
src/bin/unzip/extract.c
514
lseek(G.zipfd, (LONGINT)cd_bufstart, SEEK_SET);
src/bin/unzip/extract.c
829
LONGINT *pold_extra_bytes;
src/bin/unzip/extract.c
85
ulg *pfilnum, ulg *pnum_bad_pwd, LONGINT *pold_extra_bytes,
src/bin/unzip/extract.c
90
ulg *pfilnum, ulg *pnum_bad_pwd, LONGINT *pold_extra_bytes,
src/bin/unzip/extract.c
909
fseek((FILE *)G.zipfd, (LONGINT)bufstart, SEEK_SET);
src/bin/unzip/extract.c
913
lseek(G.zipfd, (LONGINT)bufstart, SEEK_SET);
src/bin/unzip/fileio.c
655
LONGINT abs_offset;
src/bin/unzip/fileio.c
676
LONGINT request = abs_offset + G.extra_bytes;
src/bin/unzip/fileio.c
677
LONGINT inbuf_offset = request % INBUFSIZ;
src/bin/unzip/fileio.c
678
LONGINT bufstart = request - inbuf_offset;
src/bin/unzip/fileio.c
689
fseek(G.zipfd, (LONGINT)bufstart, SEEK_SET);
src/bin/unzip/fileio.c
692
G.cur_zipfile_bufstart = lseek(G.zipfd, (LONGINT)bufstart, SEEK_SET);
src/bin/unzip/globals.h
181
LONGINT real_ecrec_offset;
src/bin/unzip/globals.h
182
LONGINT expect_ecrec_offset;
src/bin/unzip/globals.h
247
LONGINT ziplen;
src/bin/unzip/globals.h
248
LONGINT cur_zipfile_bufstart; /* extract_or_test, readbuf, ReadByte */
src/bin/unzip/globals.h
249
LONGINT extra_bytes; /* used in unzip.c, misc.c */
src/bin/unzip/process.c
724
(LONGINT)0)
src/bin/unzip/process.c
898
LONGINT tail_len;
src/bin/unzip/unzpriv.h
1778
int seek_zipf OF((__GPRO__ LONGINT abs_offset));
src/bin/unzip/unzpriv.h
193
LONGINT lseek();