Home
last modified time | relevance | path

Searched refs:ZIP_STAT_CRC (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_source_crc.c108 if ((st.valid & ZIP_STAT_CRC) && st.crc != ctx->crc) { in crc_read()
142 st->valid |= ZIP_STAT_SIZE|ZIP_STAT_CRC; in crc_read()
H A Dzip_stat_index.c85 st->valid = ZIP_STAT_CRC|ZIP_STAT_SIZE|ZIP_STAT_MTIME in zip_stat_index()
H A Dzip.h186 #define ZIP_STAT_CRC 0x0020 macro

Completed in 8 milliseconds