Lines Matching refs:data_sz
707 data_sz = total_sz - struct.calcsize(ImageChunk.FORMAT)
710 if data_sz != (chunk_sz * self.block_size):
713 format(data_sz, chunk_sz*self.block_size))
720 self._image.read(data_sz)
723 if data_sz != 4:
725 'has {}'.format(data_sz))
734 if data_sz != 0:
736 format(data_sz))
744 if data_sz != 4:
746 'this has {}'.format(data_sz))
981 data_sz = num_to_keep
985 data_sz = 4
989 data_sz = 0
991 total_sz = data_sz + struct.calcsize(ImageChunk.FORMAT)