Lines Matching refs:size_comment
595 us.gi.size_comment = 0;
648 if (unz64local_getShort(&us.z_filefunc, us.filestream,&us.gi.size_comment)!=UNZ_OK)
827 us.gi.size_comment = 0;
885 if (unz64local_getShort(&us.z_filefunc, us.filestream, &us.gi.size_comment) != UNZ_OK) {
953 pglobal_info32->size_comment = s->gi.size_comment;
2252 if (uReadThis>s->gi.size_comment)
2253 uReadThis = s->gi.size_comment;
2265 if ((szComment != NULL) && (uSizeBuf > s->gi.size_comment))
2266 *(szComment+s->gi.size_comment)='\0';