Home
last modified time | relevance | path

Searched refs:comment_size (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Dminiz.h1280 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_…
1283 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_…
1290 …const MZ_TIME_T *pFile_time, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags…
1296 …hive_name, const char *pSrc_filename, const void *pComment, mz_uint16 comment_size, mz_uint level_…
1300 …const MZ_TIME_T *pFile_time, const void *pComment, mz_uint16 comment_size, mz_uint level_and_flags…
1327 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_…
1328 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_…
/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Dminiz.h495 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_…
500 …hive_name, const char *pSrc_filename, const void *pComment, mz_uint16 comment_size, mz_uint level_…
521 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_…
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Dminiz.h489 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_…
494 …hive_name, const char *pSrc_filename, const void *pComment, mz_uint16 comment_size, mz_uint level_…
515 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_…
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Dminiz.h495 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_…
500 …hive_name, const char *pSrc_filename, const void *pComment, mz_uint16 comment_size, mz_uint level_…
521 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_…
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dminiz.h488 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_…
493 …hive_name, const char *pSrc_filename, const void *pComment, mz_uint16 comment_size, mz_uint level_…
514 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_…
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Dminiz.h489 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_…
494 …hive_name, const char *pSrc_filename, const void *pComment, mz_uint16 comment_size, mz_uint level_…
515 …e, const void *pBuf, size_t buf_size, const void *pComment, mz_uint16 comment_size, mz_uint level_…
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dminiz.c5981 … 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 …]