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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dziperr.h33 #define ZE_S_PERR 0x10 macro
84 /* 10 */ { "TEMP", "Temporary file failure", ZE_S_SEVERE | ZE_S_PERR },
85 /* 11 */ { "READ", "Input file read failure", ZE_S_SEVERE | ZE_S_PERR },
88 /* 14 */ { "WRITE", "Output file write failure", ZE_S_SEVERE | ZE_S_PERR },
89 /* 15 */ { "CREAT", "Could not create output file", ZE_S_SEVERE | ZE_S_PERR },
93 ZE_S_ERROR | ZE_S_PERR },
112 #define PERR(e) (ziperrors[e].severity & ZE_S_PERR)

Completed in 185 milliseconds