Home
last modified time | relevance | path

Searched refs:has_checksum_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
Dvcdecoder.cc287 bool has_checksum_; member in open_vcdiff::VCDiffDeltaFileWindow
978 has_checksum_ = false; in Reset()
987 if (!header_parser->ParseSectionLengths(has_checksum_, in SetUpWindowSections()
1063 has_checksum_ = parent_->AllowChecksum() && (win_indicator & VCD_CHECKSUM); in ReadHeader()
1278 if (has_checksum_ && in DecodeBody()
/external/open-vcdiff/src/
Dvcdecoder.cc287 bool has_checksum_; member in open_vcdiff::VCDiffDeltaFileWindow
978 has_checksum_ = false; in Reset()
987 if (!header_parser->ParseSectionLengths(has_checksum_, in SetUpWindowSections()
1063 has_checksum_ = parent_->AllowChecksum() && (win_indicator & VCD_CHECKSUM); in ReadHeader()
1278 if (has_checksum_ && in DecodeBody()
/external/chromium/sdch/open-vcdiff/src/
Dvcdecoder.cc294 bool has_checksum_; member in open_vcdiff::VCDiffDeltaFileWindow
975 has_checksum_ = false; in Reset()
984 if (!header_parser->ParseSectionLengths(has_checksum_, in SetUpWindowSections()
1060 has_checksum_ = parent_->AllowChecksum() && (win_indicator & VCD_CHECKSUM); in ReadHeader()
1271 if (has_checksum_ && in DecodeBody()