Searched refs:commentSize (Results 1 – 4 of 4) sorted by relevance
169 int commentSize = 0; in ZipIterable() local180 commentSize = (int) ((size - start) - ENDHDR) - index; in ZipIterable()190 if (commentSize != actualCommentSize) { in ZipIterable()193 "zip file comment length was %d, expected %d", commentSize, actualCommentSize)); in ZipIterable()
249 commentSize = endrec[_ECD_COMMENT_SIZE] #as claimed by the zip file250 comment = data[start+sizeEndCentDir:start+sizeEndCentDir+commentSize]
300 commentSize = endrec[_ECD_COMMENT_SIZE] #as claimed by the zip file301 comment = data[start+sizeEndCentDir:start+sizeEndCentDir+commentSize]