Searched refs:size_file_comment (Results 1 – 2 of 2) sorted by relevance
123 uLong size_file_comment; /* file comment length 2 bytes */ member144 uLong size_file_comment; /* file comment length 2 bytes */ member
950 if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.size_file_comment) != UNZ_OK) in unz64local_GetCurrentFileInfoInternal()1083 if (file_info.size_file_comment<commentBufferSize) in unz64local_GetCurrentFileInfoInternal()1085 *(szComment+file_info.size_file_comment)='\0'; in unz64local_GetCurrentFileInfoInternal()1086 uSizeRead = file_info.size_file_comment; in unz64local_GetCurrentFileInfoInternal()1099 if ((file_info.size_file_comment>0) && (commentBufferSize>0)) in unz64local_GetCurrentFileInfoInternal()1102 lSeek+=file_info.size_file_comment - uSizeRead; in unz64local_GetCurrentFileInfoInternal()1105 lSeek+=file_info.size_file_comment; in unz64local_GetCurrentFileInfoInternal()1159 pfile_info->size_file_comment = file_info64.size_file_comment; in unzGetCurrentFileInfo()1214 s->cur_file_info.size_file_extra + s->cur_file_info.size_file_comment ; in unzGoToNextFile()