Searched refs:PK_ERR (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunshrink.c185 if (codesize > MAX_BITS) return PK_ERR;
215 return PK_ERR;
274 return PK_ERR;
H A Dextract.c372 return (error == MPN_NOMEM ? PK_MEM : PK_ERR);
1074 error_in_archive = PK_ERR;
1141 error_in_archive = PK_ERR;
1391 error_in_archive < PK_ERR)
1392 error_in_archive = PK_ERR;
1819 error = warning ? PK_WARN : PK_ERR;
1834 error = ((r == 3) ? PK_MEM3 : PK_ERR);
1872 error = ((r == 3) ? PK_MEM3 : PK_ERR);
1902 error = ((r == 3) ? PK_MEM3 : PK_ERR);
1978 error = PK_ERR;
[all...]
H A Dglobals.c148 EXIT(PK_ERR); /* programming error while still working */
H A Dprocess.c726 return PK_ERR;
862 error_in_archive = PK_ERR;
871 error_in_archive = PK_ERR;
914 return PK_ERR; /* file may be locked, or possibly disk error(?) */
942 error_in_archive = PK_ERR;
1257 return PK_ERR;
1308 return PK_ERR;
1324 return PK_ERR;
1349 return PK_ERR;
1359 return PK_ERR;
[all...]
H A Dfileio.c863 if (writeToMemory(__G__ rawbuf, (extent)size)) return PK_ERR;
951 (extent)(q-transbuf))) return PK_ERR;
975 (extent)(q-transbuf))) return PK_ERR;
1061 return PK_ERR;
1675 EXIT(IZ_CTRLC); /* was EXIT(0), then EXIT(PK_ERR) */
H A Dunzip.h638 #define PK_ERR 2 /* error in zipfile */ macro
H A Dapi.c699 PK_FIND, IZ_UNSUP as well as PK_ERR
706 if ((retcode == PK_OK) || (retcode == PK_WARN) || (retcode == PK_ERR) ||
H A Dzipinfo.c1365 return PK_ERR; /* not consistent with crec length */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/guisfx/
H A Dsfxwiz.c364 //#define PK_ERR 2 /* error in zipfile */
390 case PK_ERR:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c500 return PK_ERR;
512 return PK_ERR;
2751 retcode = PK_ERR;
5189 case PK_ERR:
5312 (err == PK_ERR || /* error */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c1095 return PK_ERR; /* claimed EFblock length exceeds EF size! */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.cpp1705 case PK_ERR: // error in zipfile
2585 if ((result == PK_ERR) || (result == PK_BADERR) || (result == PK_NOZIP) ||

Completed in 164 milliseconds