Lines Matching refs:pComment
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()
6087 …nst char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 commen… in mz_zip_writer_add_mem_ex_v2() argument
6116 … || ((buf_size) && (!pBuf)) || (!pArchive_name) || ((comment_size) && (!pComment)) || (level > MZ_… in mz_zip_writer_add_mem_ex_v2()
6362 …ir(pZip, pArchive_name, (mz_uint16)archive_name_size, pExtra_data, (mz_uint16)extra_size, pComment, in mz_zip_writer_add_mem_ex_v2()
6373 …opaque, mz_uint64 size_to_add, const MZ_TIME_T *pFile_time, const void *pComment, mz_uint16 commen… in mz_zip_writer_add_read_buf_callback() argument
6396 …ode != MZ_ZIP_MODE_WRITING) || (!pArchive_name) || ((comment_size) && (!pComment)) || (level > MZ_… in mz_zip_writer_add_read_buf_callback()
6665 …ive_name, (mz_uint16)archive_name_size, pExtra_data, (mz_uint16)extra_size, pComment, comment_size, in mz_zip_writer_add_read_buf_callback()
6689 …c_file, mz_uint64 size_to_add, const MZ_TIME_T *pFile_time, const void *pComment, mz_uint16 commen… in mz_zip_writer_add_cfile() argument
6692 …hive_name, mz_file_read_func_stdio, pSrc_file, size_to_add, pFile_time, pComment, comment_size, le… in mz_zip_writer_add_cfile()
6696 …pZip, const char *pArchive_name, const char *pSrc_filename, const void *pComment, mz_uint16 commen… in mz_zip_writer_add_file() argument
6720 …iter_add_cfile(pZip, pArchive_name, pSrc_file, uncomp_size, pFile_time, pComment, comment_size, le… in mz_zip_writer_add_file()
7289 …nst char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 commen… in mz_zip_add_mem_to_archive_file_in_place() argument
7291 …_archive_file_in_place_v2(pZip_filename, pArchive_name, pBuf, buf_size, pComment, comment_size, le… in mz_zip_add_mem_to_archive_file_in_place()
7294 …nst char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 commen… in mz_zip_add_mem_to_archive_file_in_place_v2() argument
7305 … || (!pArchive_name) || ((buf_size) && (!pBuf)) || ((comment_size) && (!pComment)) || ((level_and_… in mz_zip_add_mem_to_archive_file_in_place_v2()
7354 …status = mz_zip_writer_add_mem_ex(&zip_archive, pArchive_name, pBuf, buf_size, pComment, comment_s… in mz_zip_add_mem_to_archive_file_in_place_v2()
7387 …ap_v2(const char *pZip_filename, const char *pArchive_name, const char *pComment, size_t *pSize, m… in mz_zip_extract_archive_file_to_heap_v2() argument
7413 if (mz_zip_reader_locate_file_v2(&zip_archive, pArchive_name, pComment, flags, &file_index)) in mz_zip_extract_archive_file_to_heap_v2()