Home | History | Annotate | Download | only in minizip

Lines Matching refs:size_file_comment

950     if (unz64local_getShort(&s->z_filefunc, s->filestream,&file_info.size_file_comment) != UNZ_OK)
1083 if (file_info.size_file_comment<commentBufferSize)
1085 *(szComment+file_info.size_file_comment)='\0';
1086 uSizeRead = file_info.size_file_comment;
1099 if ((file_info.size_file_comment>0) && (commentBufferSize>0))
1102 lSeek+=file_info.size_file_comment - uSizeRead;
1105 lSeek+=file_info.size_file_comment;
1159 pfile_info->size_file_comment = file_info64.size_file_comment;
1214 s->cur_file_info.size_file_extra + s->cur_file_info.size_file_comment ;