Searched refs:ZIP_CHECKCONS (Results 1 – 3 of 3) sorted by relevance
238 if (za->error.zip_err != ZIP_ER_EXISTS || (flags & ZIP_CHECKCONS)) { in _zip_open()318 if (comment_len || (za->open_flags & ZIP_CHECKCONS)) { in _zip_read_cdir()324 … if (tail_len < comment_len || ((za->open_flags & ZIP_CHECKCONS) && tail_len != comment_len)) { in _zip_read_cdir()391 if (za->open_flags & ZIP_CHECKCONS) { in _zip_read_cdir()623 if (za->open_flags & ZIP_CHECKCONS) in _zip_find_central_dir()710 if ((flags & ZIP_CHECKCONS) && offset+size != buf_offset + eocd_offset) { in _zip_read_eocd()779 if ((flags & ZIP_CHECKCONS) && size + eocd_offset + 12 != buf_offset + eocdloc_offset) { in _zip_read_eocd64()801 if ((flags & ZIP_CHECKCONS) && (eocd_disk != eocd_disk64 || num_disks != num_disks64)) { in _zip_read_eocd64()845 if ((flags & ZIP_CHECKCONS) && offset+size != buf_offset + eocd_offset) { in _zip_read_eocd64()
69 #define ZIP_CHECKCONS 4 macro
3047 REGISTER_ZIP_CLASS_CONST_LONG("CHECKCONS", ZIP_CHECKCONS); in PHP_MINIT_FUNCTION()
Completed in 16 milliseconds