Searched refs:win_indicator (Results 1 - 9 of 9) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dheaderparser.cc209 unsigned char* win_indicator,
212 if (!ParseByte(win_indicator)) {
216 *win_indicator & (VCD_SOURCE | VCD_TARGET);
205 ParseWinIndicatorAndSourceSegment( size_t dictionary_size, size_t decoded_target_size, bool allow_vcd_target, unsigned char* win_indicator, size_t* source_segment_length, size_t* source_segment_position) argument
H A Dheaderparser.h247 // true, then *win_indicator, *source_segment_length, and
254 // dictionary (i.e., if the parsed *win_indicator equals VCD_SOURCE.)
258 // is taken from the target (i.e., if the parsed *win_indicator equals
260 // allow_vcd_target: If this argument is false, and the parsed *win_indicator
263 // win_indicator (output): Points to a single unsigned char (not an array)
271 unsigned char* win_indicator,
H A Dvcdecoder.cc1050 unsigned char win_indicator = 0; local
1055 &win_indicator,
1060 has_checksum_ = parent_->AllowChecksum() && (win_indicator & VCD_CHECKSUM);
1076 if (win_indicator & VCD_SOURCE) {
1078 } else if (win_indicator & VCD_TARGET) {
/external/chromium_org/sdch/open-vcdiff/src/
H A Dheaderparser.cc209 unsigned char* win_indicator,
212 if (!ParseByte(win_indicator)) {
216 *win_indicator & (VCD_SOURCE | VCD_TARGET);
205 ParseWinIndicatorAndSourceSegment( size_t dictionary_size, size_t decoded_target_size, bool allow_vcd_target, unsigned char* win_indicator, size_t* source_segment_length, size_t* source_segment_position) argument
H A Dvcdecoder.cc1053 unsigned char win_indicator = 0; local
1058 &win_indicator,
1063 has_checksum_ = parent_->AllowChecksum() && (win_indicator & VCD_CHECKSUM);
1083 if (win_indicator & VCD_SOURCE) {
1085 } else if (win_indicator & VCD_TARGET) {
H A Dheaderparser.h247 // true, then *win_indicator, *source_segment_length, and
254 // dictionary (i.e., if the parsed *win_indicator equals VCD_SOURCE.)
258 // is taken from the target (i.e., if the parsed *win_indicator equals
260 // allow_vcd_target: If this argument is false, and the parsed *win_indicator
263 // win_indicator (output): Points to a single unsigned char (not an array)
271 unsigned char* win_indicator,
/external/open-vcdiff/src/
H A Dheaderparser.cc209 unsigned char* win_indicator,
212 if (!ParseByte(win_indicator)) {
216 *win_indicator & (VCD_SOURCE | VCD_TARGET);
205 ParseWinIndicatorAndSourceSegment( size_t dictionary_size, size_t decoded_target_size, bool allow_vcd_target, unsigned char* win_indicator, size_t* source_segment_length, size_t* source_segment_position) argument
H A Dvcdecoder.cc1053 unsigned char win_indicator = 0; local
1058 &win_indicator,
1063 has_checksum_ = parent_->AllowChecksum() && (win_indicator & VCD_CHECKSUM);
1083 if (win_indicator & VCD_SOURCE) {
1085 } else if (win_indicator & VCD_TARGET) {
H A Dheaderparser.h247 // true, then *win_indicator, *source_segment_length, and
254 // dictionary (i.e., if the parsed *win_indicator equals VCD_SOURCE.)
258 // is taken from the target (i.e., if the parsed *win_indicator equals
260 // allow_vcd_target: If this argument is false, and the parsed *win_indicator
263 // win_indicator (output): Points to a single unsigned char (not an array)
271 unsigned char* win_indicator,

Completed in 62 milliseconds