D | miniz.c | 5981 … mz_uint16 filename_size, mz_uint16 extra_size, mz_uint16 comment_size, in mz_zip_writer_create_central_dir_header() argument 5999 MZ_WRITE_LE16(pDst + MZ_ZIP_CDH_COMMENT_LEN_OFS, comment_size); in mz_zip_writer_create_central_dir_header() 6006 … const void *pExtra, mz_uint16 extra_size, const void *pComment, mz_uint16 comment_size, in mz_zip_writer_add_to_central_dir() argument 6024 …_DIR_HEADER_SIZE + filename_size + extra_size + user_extra_data_len + comment_size) >= MZ_UINT32_M… in mz_zip_writer_add_to_central_dir() 6027 …header, filename_size, (mz_uint16)(extra_size + user_extra_data_len), comment_size, uncomp_size, c… in mz_zip_writer_add_to_central_dir() 6034 (!mz_zip_array_push_back(pZip, &pState->m_central_dir, pComment, comment_size)) || in mz_zip_writer_add_to_central_dir() 6081 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_… in mz_zip_writer_add_mem_ex() argument 6084 …return mz_zip_writer_add_mem_ex_v2(pZip, pArchive_name, pBuf, buf_size, pComment, comment_size, le… in mz_zip_writer_add_mem_ex() 6087 …ar *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, in mz_zip_writer_add_mem_ex_v2() argument 6116 …ZIP_MODE_WRITING) || ((buf_size) && (!pBuf)) || (!pArchive_name) || ((comment_size) && (!pComment)… in mz_zip_writer_add_mem_ex_v2() [all …]
|