Lines Matching refs:data_sz
711 data_sz = total_sz - struct.calcsize(ImageChunk.FORMAT)
714 if data_sz != (chunk_sz * self.block_size):
717 format(data_sz, chunk_sz*self.block_size))
724 self._image.read(data_sz)
727 if data_sz != 4:
729 'has {}'.format(data_sz))
738 if data_sz != 0:
740 format(data_sz))
748 if data_sz != 4:
750 'this has {}'.format(data_sz))
987 data_sz = num_to_keep
991 data_sz = 4
995 data_sz = 0
997 total_sz = data_sz + struct.calcsize(ImageChunk.FORMAT)