Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c4315 size_t name_len, comment_len; in mz_zip_reader_locate_file_v2() local
4336 comment_len = pComment ? strlen(pComment) : 0; in mz_zip_reader_locate_file_v2()
4337 if (comment_len > MZ_UINT16_MAX) in mz_zip_reader_locate_file_v2()
4347 if (comment_len) 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()