Home
last modified time | relevance | path

Searched refs:pComment (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dminiz.h1170 int mz_zip_reader_locate_file(mz_zip_archive *pZip, const char *pName, const char *pComment, mz_uin…
1171 int mz_zip_reader_locate_file_v2(mz_zip_archive *pZip, const char *pName, const char *pComment, mz_…
1280 …nst char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 commen…
1283 …nst char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 commen…
1290 …const MZ_TIME_T *pFile_time, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags…
1296 …pZip, const char *pArchive_name, const char *pSrc_filename, const void *pComment, mz_uint16 commen…
1300 …const MZ_TIME_T *pFile_time, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags…
1327 …nst char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 commen…
1328 …nst char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 commen…
1334 …ap_v2(const char *pZip_filename, const char *pArchive_name, const char *pComment, size_t *pSize, m…
/hal_espressif-latest/components/esp_rom/include/
Dminiz.h449 int mz_zip_reader_locate_file(mz_zip_archive *pZip, const char *pName, const char *pComment, mz_uin…
501 …nst char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 commen…
506 …pZip, const char *pArchive_name, const char *pSrc_filename, const void *pComment, mz_uint16 commen…
527 …nst char *pArchive_name, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 commen…
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c4303 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 …]