Searched defs:commentLength (Results 1 – 6 of 6) sorted by relevance
50 uint16_t commentLength = eocd->GetCommentLength(); in GetEOCDByBytes() local192 void EndOfCentralDirectory::SetCommentLength(uint16_t commentLength) in SetCommentLength()
44 uint16_t commentLength = cd->GetCommentLength(); in GetCentralDirectory() local269 void CentralDirectory::SetCommentLength(uint16_t commentLength) in SetCommentLength()
86 private int commentLength; field in EndOfCentralDirectory226 public void setCommentLength(int commentLength) { in setCommentLength()
119 private int commentLength; field in CentralDirectory349 public void setCommentLength(int commentLength) { in setCommentLength()
89 …int commentLength = getUInt16FromBuffer(searchBuffer, currentOffset + ZIP_EOCD_COMMENT_LENGTH_OFFS… in findEocdInSearchBuffer() local
165 unsigned short commentLength; in FindEocdInSearchBuffer() local