Home | History | Annotate | Download | only in python2.7

Lines Matching full:_update_crc

635     def _update_crc(self, newdata, eof):
668 self._update_crc(data, eof=(self._compress_left==0))
688 self._update_crc(data, eof=eof)