Searched refs:commentSize (Results 1 – 3 of 3) sorted by relevance
82 uint16_t commentSize = 0; member
392 centralDir->commentSize = 0; in EncodeCentralDirEntry()525 uint16_t commentSize = ReadLE16(buffer.buffer + offsetof(CentralDirEntry, commentSize)); in DecodeCentralDirEntry() local526 size_t currLen = sizeof(CentralDirEntry) + nameSize + extraSize + commentSize; in DecodeCentralDirEntry()
56 uint16_t commentSize = 0; member