Home
last modified time | relevance | path

Searched defs:zip_cdir (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/zip/lib/
H A Dzipint.h339 struct zip_cdir { struct
340 struct zip_entry *entry; /* directory entries */
341 zip_uint64_t nentry; /* number of entries */
342 zip_uint64_t nentry_alloc; /* number of entries allocated */
344 off_t size; /* size of central directory */
345 off_t offset; /* offset of central directory in file */
346 struct zip_string *comment; /* zip archive comment */

Completed in 7 milliseconds