Home | History | Annotate | Download | only in minizip

Lines Matching refs:size_comment

681         us.gi.size_comment = 0;
734 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK)
846 pglobal_info32->size_comment = s->gi.size_comment;
2060 if (uReadThis>s->gi.size_comment)
2061 uReadThis = s->gi.size_comment;
2073 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment))
2074 *(szComment+s->gi.size_comment)='\0';