Searched defs:zip_error (Results 1 – 1 of 1) sorted by relevance
263 struct zip_error { struct264 int zip_err; /* libzip error code (ZIP_ER_*) */265 int sys_err; /* copy of errno (E*) or zlib error code */266 char *str; /* string representation or NULL */
Completed in 8 milliseconds