ZIP_CHECKCONS 238 ext/zip/lib/zip_open.c if (za->error.zip_err != ZIP_ER_EXISTS || (flags & ZIP_CHECKCONS)) { ZIP_CHECKCONS 318 ext/zip/lib/zip_open.c if (comment_len || (za->open_flags & ZIP_CHECKCONS)) { ZIP_CHECKCONS 324 ext/zip/lib/zip_open.c if (tail_len < comment_len || ((za->open_flags & ZIP_CHECKCONS) && tail_len != comment_len)) { ZIP_CHECKCONS 391 ext/zip/lib/zip_open.c if (za->open_flags & ZIP_CHECKCONS) { ZIP_CHECKCONS 623 ext/zip/lib/zip_open.c if (za->open_flags & ZIP_CHECKCONS) ZIP_CHECKCONS 710 ext/zip/lib/zip_open.c if ((flags & ZIP_CHECKCONS) && offset+size != buf_offset + eocd_offset) { ZIP_CHECKCONS 779 ext/zip/lib/zip_open.c if ((flags & ZIP_CHECKCONS) && size + eocd_offset + 12 != buf_offset + eocdloc_offset) { ZIP_CHECKCONS 801 ext/zip/lib/zip_open.c if ((flags & ZIP_CHECKCONS) && (eocd_disk != eocd_disk64 || num_disks != num_disks64)) { ZIP_CHECKCONS 840 ext/zip/lib/zip_open.c if ((flags & ZIP_CHECKCONS) && offset+size != eocd_offset) { ZIP_CHECKCONS 3034 ext/zip/php_zip.c REGISTER_ZIP_CLASS_CONST_LONG("CHECKCONS", ZIP_CHECKCONS);