D | miniz.c | 4303 int mz_zip_reader_locate_file(mz_zip_archive *pZip, const char *pName, const char *pComment, mz_uin… in mz_zip_reader_locate_file() argument 4306 if (!mz_zip_reader_locate_file_v2(pZip, pName, pComment, flags, &index)) in mz_zip_reader_locate_file() 4312 mz_bool mz_zip_reader_locate_file_v2(mz_zip_archive *pZip, const char *pName, const char *pComment,… in mz_zip_reader_locate_file_v2() argument 4326 …((flags & (MZ_ZIP_FLAG_IGNORE_PATH | MZ_ZIP_FLAG_CASE_SENSITIVE)) == 0) && (!pComment) && (pZip->m… in mz_zip_reader_locate_file_v2() 4336 comment_len = pComment ? strlen(pComment) : 0; in mz_zip_reader_locate_file_v2() 4351 …if ((file_comment_len != comment_len) || (!mz_zip_string_equal(pComment, pFile_comment, file_comme… in mz_zip_reader_locate_file_v2() 6006 … const void *pExtra, mz_uint16 extra_size, const void *pComment, mz_uint16 comment_size, in mz_zip_writer_add_to_central_dir() argument 6034 (!mz_zip_array_push_back(pZip, &pState->m_central_dir, pComment, comment_size)) || in mz_zip_writer_add_to_central_dir() 6081 …nst char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 commen… 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() [all …]
|