Searched refs:ZE_WRITE (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dziperr.h53 #define ZE_WRITE 14 /* error writing to a file */ macro
H A Dzipsplit.c907 ziperr(ZE_WRITE, path);
934 ziperr(ZE_WRITE, path);
945 ziperr(ZE_WRITE, path);
951 ziperr(ZE_WRITE, path);
963 ziperr(ZE_WRITE, path);
H A Dzipup.c810 ZIPERR(ZE_WRITE, "unexpected error on zip file");
1396 if (ferror(y)) ziperr(ZE_WRITE, "write error on zip file");
H A Dfileio.c1278 return r ? (r == ZE_TEMP ? ZE_WRITE : r) : ZE_WRITE;
2642 ZIPERR(ZE_WRITE, "Could not write split");
2648 ZIPERR(ZE_WRITE, "Not enough space to write split");
2748 ZIPERR(ZE_WRITE, "Not enough room on disk");
2780 ziperr(ZE_WRITE, "write error on zip file");
H A Dzipfile.c3876 return ZE_WRITE;
3886 return ZE_WRITE;
3893 return ZE_WRITE;
6415 ZIPERR(ZE_WRITE, "seek failed on output file");
H A Dzip.c3960 ZIPERR(d ? ZE_WRITE : ZE_TEMP, tempzip);
5899 ZIPERR(d ? ZE_WRITE : ZE_TEMP, tempzip);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/Vb/
H A DVBZipBas.bas241 Public Const ZE_WRITE = 14 ' Error Writing To A File
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/VBz64/
H A DVBZipBas.bas261 Public Const ZE_WRITE = 14 ' Error Writing To A File

Completed in 184 milliseconds