Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h5417 size_t name_len, comment_len; in mz_zip_reader_locate_file() local
5426 comment_len = pComment ? strlen(pComment) : 0; in mz_zip_reader_locate_file()
5427 if (comment_len > 0xFFFF) return -1; in mz_zip_reader_locate_file()
5437 if (comment_len) { in mz_zip_reader_locate_file()
5442 if ((file_comment_len != comment_len) || in mz_zip_reader_locate_file()