Searched refs:has_id (Results 1 – 1 of 1) sorted by relevance
5319 mz_bool has_id; in mz_zip_validate_file() local5332 has_id = (MZ_READ_LE32(descriptor_buf) == MZ_ZIP_DATA_DESCRIPTOR_ID); in mz_zip_validate_file()5333 pSrc = has_id ? (descriptor_buf + sizeof(mz_uint32)) : descriptor_buf; in mz_zip_validate_file()7031 mz_bool has_id; in mz_zip_writer_add_from_zip_reader() local7039 has_id = (MZ_READ_LE32(pBuf) == MZ_ZIP_DATA_DESCRIPTOR_ID); in mz_zip_writer_add_from_zip_reader()7044 …_uint32 *pSrc_descriptor = (const mz_uint32 *)((const mz_uint8 *)pBuf + (has_id ? sizeof(mz_uint32… in mz_zip_writer_add_from_zip_reader()7059 n = sizeof(mz_uint32) * (has_id ? 4 : 3); in mz_zip_writer_add_from_zip_reader()