Symbol: PK_COOL
src/bin/unzip/extract.c
1007
(error = decrypt(__G__ uO.pwdarg)) != PK_COOL) {
src/bin/unzip/extract.c
1316
if ((error = extract_or_test_member(__G)) != PK_COOL) {
src/bin/unzip/extract.c
1359
int r, error=PK_COOL;
src/bin/unzip/extract.c
1458
if (error != PK_COOL || G.disk_full) break;
src/bin/unzip/extract.c
1474
if ((r = unshrink(__G)) != PK_COOL) {
src/bin/unzip/extract.c
1504
if ((r = unreduce(__G)) != PK_COOL) {
src/bin/unzip/extract.c
1869
return PK_COOL;
src/bin/unzip/extract.c
280
int error, error_in_archive=PK_COOL;
src/bin/unzip/extract.c
385
if ((error = process_cdir_file_hdr(__G)) != PK_COOL) {
src/bin/unzip/extract.c
391
PK_COOL)
src/bin/unzip/extract.c
418
uO.N_flag ? FILENOTE : SKIP)) != PK_COOL)
src/bin/unzip/extract.c
421
!= PK_COOL)
src/bin/unzip/extract.c
491
if (error != PK_COOL) {
src/bin/unzip/extract.c
971
if ((error = process_local_file_hdr(__G)) != PK_COOL) {
src/bin/unzip/extract.c
978
PK_COOL)
src/bin/unzip/fileio.c
1483
EXIT(PK_COOL);
src/bin/unzip/fileio.c
1959
return PK_COOL;
src/bin/unzip/list.c
175
if ((error = process_cdir_file_hdr(__G)) != PK_COOL)
src/bin/unzip/list.c
190
PK_COOL) /* ^--(uses pInfo->lcflag) */
src/bin/unzip/list.c
501
int do_this_file=FALSE, error, error_in_archive=PK_COOL;
src/bin/unzip/list.c
541
if ((error = process_cdir_file_hdr(__G)) != PK_COOL)
src/bin/unzip/list.c
94
int do_this_file=FALSE, cfactor, error, error_in_archive=PK_COOL;
src/bin/unzip/process.c
1034
return PK_COOL;
src/bin/unzip/process.c
1049
int error = PK_COOL;
src/bin/unzip/process.c
1159
return PK_COOL;
src/bin/unzip/process.c
1221
return PK_COOL;
src/bin/unzip/process.c
1273
return PK_COOL;
src/bin/unzip/process.c
353
error_in_archive = PK_COOL;
src/bin/unzip/unzip.c
1614
return PK_COOL; /* just wanted usage screen: no error */
src/bin/unzip/unzip.c
1696
return PK_COOL; /* just wanted usage screen: no error */
src/bin/unzip/zipinfo.c
1722
PK_COOL)
src/bin/unzip/zipinfo.c
1750
int k, error, error_in_archive=PK_COOL;
src/bin/unzip/zipinfo.c
607
int error = PK_COOL;
src/bin/unzip/zipinfo.c
700
int do_this_file=FALSE, error, error_in_archive=PK_COOL;
src/bin/unzip/zipinfo.c
763
if ((error = process_cdir_file_hdr(__G)) != PK_COOL)
src/bin/unzip/zipinfo.c
767
PK_COOL)
src/bin/unzip/zipinfo.c
815
if ((error = zi_short(__G)) != PK_COOL) {
src/bin/unzip/zipinfo.c
825
if ((error = zi_long(__G__ &endprev)) != PK_COOL) {
src/bin/unzip/zipinfo.c
938
int error, error_in_archive=PK_COOL;