Home
last modified time | relevance | path

Searched refs:ZIP_STAT_COMP_SIZE (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_stat_index.c86 |ZIP_STAT_COMP_SIZE|ZIP_STAT_COMP_METHOD|ZIP_STAT_ENCRYPTION_METHOD; in zip_stat_index()
H A Dzip_source_buffer.c132 st->valid = ZIP_STAT_MTIME|ZIP_STAT_SIZE|ZIP_STAT_COMP_SIZE in read_data()
H A Dzip_source_deflate.c294 st->valid |= ZIP_STAT_COMP_SIZE; in deflate_compress()
297 st->valid &= ~ZIP_STAT_COMP_SIZE; in deflate_compress()
H A Dzip_source_pkware.c215 if (st->valid & ZIP_STAT_COMP_SIZE) in pkware_decrypt()
H A Dzip.h184 #define ZIP_STAT_COMP_SIZE 0x0008 macro

Completed in 21 milliseconds