Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/shared/memzip/
A Dmemzip.h58 uint16_t comment_len; member
/AliOS-Things-master/components/SDL2/src/image/
A Dminiz.h3526 mz_uint file_index; size_t name_len, comment_len; in mz_zip_reader_locate_file() local
3532 comment_len = pComment ? strlen(pComment) : 0; if (comment_len > 0xFFFF) return -1; in mz_zip_reader_locate_file()
3540 if (comment_len) in mz_zip_reader_locate_file()
3544 …if ((file_comment_len != comment_len) || (!mz_zip_reader_string_equal(pComment, pFile_comment, fil… in mz_zip_reader_locate_file()

Completed in 17 milliseconds