Searched defs:zip_file (Results 1 – 1 of 1) sorted by relevance
322 struct zip_file { struct323 zip_t *za; /* zip archive containing this file */324 zip_error_t error; /* error information */325 bool eof;326 zip_source_t *src; /* data source */
Completed in 8 milliseconds