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

Lines Matching refs:_expected_crc

550             self._expected_crc = zipinfo.CRC
553 self._expected_crc = None
637 if self._expected_crc is None:
642 if eof and self._running_crc != self._expected_crc: