Home
last modified time | relevance | path

Searched refs:source_segment_position (Results 1 – 9 of 9) sorted by relevance

/external/open-vcdiff/src/
Dheaderparser.cc169 size_t* source_segment_position) { in ParseSourceSegmentLengthAndPosition() argument
182 if (!ParseSize("source segment position", source_segment_position)) { in ParseSourceSegmentLengthAndPosition()
185 if ((*source_segment_position >= from_size) && in ParseSourceSegmentLengthAndPosition()
187 VCD_ERROR << "Source segment position (" << *source_segment_position in ParseSourceSegmentLengthAndPosition()
193 const size_t source_segment_end = *source_segment_position + in ParseSourceSegmentLengthAndPosition()
211 size_t* source_segment_position) { in ParseWinIndicatorAndSourceSegment() argument
223 source_segment_position); in ParseWinIndicatorAndSourceSegment()
235 source_segment_position); in ParseWinIndicatorAndSourceSegment()
Dheaderparser.h273 size_t* source_segment_position);
371 size_t* source_segment_position);
Dvcdecoder.cc1052 size_t source_segment_position = 0; in ReadHeader() local
1060 &source_segment_position)) { in ReadHeader()
1084 source_segment_ptr_ = parent_->dictionary_ptr() + source_segment_position; in ReadHeader()
1089 source_segment_ptr_ = decoded_target->data() + source_segment_position; in ReadHeader()
/external/chromium_org/sdch/open-vcdiff/src/
Dheaderparser.cc169 size_t* source_segment_position) { in ParseSourceSegmentLengthAndPosition() argument
182 if (!ParseSize("source segment position", source_segment_position)) { in ParseSourceSegmentLengthAndPosition()
185 if ((*source_segment_position >= from_size) && in ParseSourceSegmentLengthAndPosition()
187 VCD_ERROR << "Source segment position (" << *source_segment_position in ParseSourceSegmentLengthAndPosition()
193 const size_t source_segment_end = *source_segment_position + in ParseSourceSegmentLengthAndPosition()
211 size_t* source_segment_position) { in ParseWinIndicatorAndSourceSegment() argument
223 source_segment_position); in ParseWinIndicatorAndSourceSegment()
235 source_segment_position); in ParseWinIndicatorAndSourceSegment()
Dheaderparser.h273 size_t* source_segment_position);
371 size_t* source_segment_position);
Dvcdecoder.cc1052 size_t source_segment_position = 0; in ReadHeader() local
1060 &source_segment_position)) { in ReadHeader()
1084 source_segment_ptr_ = parent_->dictionary_ptr() + source_segment_position; in ReadHeader()
1089 source_segment_ptr_ = decoded_target->data() + source_segment_position; in ReadHeader()
/external/chromium/sdch/open-vcdiff/src/
Dheaderparser.cc169 size_t* source_segment_position) { in ParseSourceSegmentLengthAndPosition() argument
182 if (!ParseSize("source segment position", source_segment_position)) { in ParseSourceSegmentLengthAndPosition()
185 if ((*source_segment_position >= from_size) && in ParseSourceSegmentLengthAndPosition()
187 LOG(ERROR) << "Source segment position (" << *source_segment_position in ParseSourceSegmentLengthAndPosition()
193 const size_t source_segment_end = *source_segment_position + in ParseSourceSegmentLengthAndPosition()
211 size_t* source_segment_position) { in ParseWinIndicatorAndSourceSegment() argument
223 source_segment_position); in ParseWinIndicatorAndSourceSegment()
235 source_segment_position); in ParseWinIndicatorAndSourceSegment()
Dheaderparser.h273 size_t* source_segment_position);
371 size_t* source_segment_position);
Dvcdecoder.cc1049 size_t source_segment_position = 0; in ReadHeader() local
1057 &source_segment_position)) { in ReadHeader()
1077 source_segment_ptr_ = parent_->dictionary_ptr() + source_segment_position; in ReadHeader()
1082 source_segment_ptr_ = decoded_target->data() + source_segment_position; in ReadHeader()