Searched defs:zip_file (Results 1 – 1 of 1) sorted by relevance
207 struct zip_file { struct208 struct zip *za; /* zip archive containing this file */209 struct zip_error error; /* error information */210 int eof;211 struct zip_source *src; /* data source */
Completed in 8 milliseconds