Home
last modified time | relevance | path

Searched refs:ZIP_STAT_SIZE (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_source_crc.c114 if ((st.valid & ZIP_STAT_SIZE) && st.size != ctx->size) { in crc_read()
142 st->valid |= ZIP_STAT_SIZE|ZIP_STAT_CRC; in crc_read()
H A Dzip_source_filep.c218 st->valid |= ZIP_STAT_SIZE; in read_file()
222 st->valid |= ZIP_STAT_SIZE; in read_file()
H A Dzip_stat_index.c85 st->valid = ZIP_STAT_CRC|ZIP_STAT_SIZE|ZIP_STAT_MTIME 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.h183 #define ZIP_STAT_SIZE 0x0004 macro
H A Dzip_close.c378 && ((st.valid & ZIP_STAT_SIZE) == 0 || st.size != 0)) { in add_data()

Completed in 26 milliseconds