Searched refs:add_and_run_data_length (Results 1 – 9 of 9) sorted by relevance
/external/open-vcdiff/src/ |
D | headerparser.cc | 288 size_t* add_and_run_data_length, in ParseSectionLengths() argument 292 ParseSize("length of data for ADDs and RUNs", add_and_run_data_length); in ParseSectionLengths() 311 *add_and_run_data_length + in ParseSectionLengths()
|
D | vcdecoder.cc | 984 size_t add_and_run_data_length = 0; in SetUpWindowSections() local 988 &add_and_run_data_length, in SetUpWindowSections() 995 (add_and_run_data_length == 0) && in SetUpWindowSections() 1007 if (header_parser->UnparsedSize() < (add_and_run_data_length + in SetUpWindowSections() 1013 add_and_run_data_length); in SetUpWindowSections()
|
D | headerparser.h | 316 size_t* add_and_run_data_length,
|
/external/chromium_org/sdch/open-vcdiff/src/ |
D | headerparser.cc | 288 size_t* add_and_run_data_length, in ParseSectionLengths() argument 292 ParseSize("length of data for ADDs and RUNs", add_and_run_data_length); in ParseSectionLengths() 311 *add_and_run_data_length + in ParseSectionLengths()
|
D | vcdecoder.cc | 984 size_t add_and_run_data_length = 0; in SetUpWindowSections() local 988 &add_and_run_data_length, in SetUpWindowSections() 995 (add_and_run_data_length == 0) && in SetUpWindowSections() 1007 if (header_parser->UnparsedSize() < (add_and_run_data_length + in SetUpWindowSections() 1013 add_and_run_data_length); in SetUpWindowSections()
|
D | headerparser.h | 316 size_t* add_and_run_data_length,
|
/external/chromium/sdch/open-vcdiff/src/ |
D | headerparser.cc | 288 size_t* add_and_run_data_length, in ParseSectionLengths() argument 292 ParseSize("length of data for ADDs and RUNs", add_and_run_data_length); in ParseSectionLengths() 311 *add_and_run_data_length + in ParseSectionLengths()
|
D | vcdecoder.cc | 981 size_t add_and_run_data_length = 0; in SetUpWindowSections() local 985 &add_and_run_data_length, in SetUpWindowSections() 992 (add_and_run_data_length == 0) && in SetUpWindowSections() 1004 if (header_parser->UnparsedSize() < (add_and_run_data_length + in SetUpWindowSections() 1010 add_and_run_data_length); in SetUpWindowSections()
|
D | headerparser.h | 316 size_t* add_and_run_data_length,
|