Home
last modified time | relevance | path

Searched defs:zip_stat (Results 1 – 2 of 2) sorted by last modified time

/PHP-5.5/ext/zip/lib/
H A Dzip_stat.c41 zip_stat(struct zip *za, const char *fname, int flags, struct zip_stat *st) in zip_stat() function
H A Dzip.h191 struct zip_stat { struct
192 zip_uint64_t valid; /* which fields have valid values */
193 const char *name; /* name of the file */
194 zip_uint64_t index; /* index within archive */
195 zip_uint64_t size; /* size of file (uncompressed) */
196 zip_uint64_t comp_size; /* size of file (compressed) */
197 time_t mtime; /* modification time */
198 zip_uint32_t crc; /* crc of file data */
199 zip_uint16_t comp_method; /* compression method used */
200 zip_uint16_t encryption_method; /* encryption method used */
[all …]

Completed in 11 milliseconds