Searched refs:mFileCommentLength (Results 1 – 2 of 2) sorted by relevance
123 mCDE.mFileCommentLength = strlen(comment); in initNew()130 if (mCDE.mFileCommentLength > 0) { in initNew()132 mCDE.mFileComment = new uint8_t[mCDE.mFileCommentLength+1]; in initNew()158 if (mCDE.mFileCommentLength > 0) { in initFromExternal()159 mCDE.mFileComment = new uint8_t[mCDE.mFileCommentLength+1]; in initFromExternal()568 mFileCommentLength = ZipEntry::getShortLE(&buf[0x20]); in read()606 if (mFileCommentLength != 0) { in read()607 mFileComment = new uint8_t[mFileCommentLength+1]; in read()612 if (fread(mFileComment, 1, mFileCommentLength, fp) != mFileCommentLength) in read()617 mFileComment[mFileCommentLength] = '\0'; in read()[all …]
284 mFileCommentLength(0), in CentralDirEntry()314 uint16_t mFileCommentLength; variable