Lines Matching defs:zip
293 struct zip { struct
294 zip_source_t *src; /* data source for archive */ argument
295 unsigned int open_flags; /* flags passed to zip_open */ argument
296 zip_error_t error; /* error information */ argument
303 zip_string_t *comment_orig; /* archive comment */ argument
304 zip_string_t *comment_changes; /* changed archive comment */ argument
307 zip_uint64_t nentry; /* number of entries */ argument
308 zip_uint64_t nentry_alloc; /* number of entries allocated */ argument
309 zip_entry_t *entry; /* entries */ argument
313 zip_source_t **open_source; /* open sources using archive */ argument
315 zip_hash_t *names; /* hash table for name lookup */ argument
320 /* file in zip archive, part of API */ argument