OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DecodeChunk
(Results
1 - 6
of
6
) sorted by null
/external/chromium/sdch/open-vcdiff/src/google/
vcdecoder.h
31
// transmission, it can be passed to
DecodeChunk
(), which will then output
38
// if (!v.
DecodeChunk
(data, len, &output_string)) {
47
// StartDecoding
DecodeChunk
* FinishDecoding
49
// NOTE: It is not necessary to call FinishDecoding if
DecodeChunk
50
// returns false. When
DecodeChunk
returns false to signal an
79
// of the number of calls to
DecodeChunk
().
82
bool
DecodeChunk
(const char* data, size_t len, OutputType* output) {
/external/chromium_org/sdch/open-vcdiff/src/google/
vcdecoder.h
31
// transmission, it can be passed to
DecodeChunk
(), which will then output
38
// if (!v.
DecodeChunk
(data, len, &output_string)) {
47
// StartDecoding
DecodeChunk
* FinishDecoding
49
// NOTE: It is not necessary to call FinishDecoding if
DecodeChunk
50
// returns false. When
DecodeChunk
returns false to signal an
79
// of the number of calls to
DecodeChunk
().
82
bool
DecodeChunk
(const char* data, size_t len, OutputType* output) {
/external/open-vcdiff/src/google/
vcdecoder.h
31
// transmission, it can be passed to
DecodeChunk
(), which will then output
38
// if (!v.
DecodeChunk
(data, len, &output_string)) {
47
// StartDecoding
DecodeChunk
* FinishDecoding
49
// NOTE: It is not necessary to call FinishDecoding if
DecodeChunk
50
// returns false. When
DecodeChunk
returns false to signal an
79
// of the number of calls to
DecodeChunk
().
82
bool
DecodeChunk
(const char* data, size_t len, OutputType* output) {
/external/chromium/sdch/open-vcdiff/src/
vcdecoder.cc
344
bool
DecodeChunk
(const char* data,
428
// Returns the amount of input data passed to the last
DecodeChunk
()
442
// No complete delta file header has been parsed yet.
DecodeChunk
()
459
// No complete delta file window has been parsed yet.
DecodeChunk
()
530
//
DecodeChunk
() reaches the end of its input and returns RESULT_END_OF_DATA.
532
// supplied to the next call to
DecodeChunk
(), so that they appear in
537
// used to fill the output string for
DecodeChunk
(), and will also be used to
587
// more calls to
DecodeChunk
(), followed by a single call to
740
// from VCDiffStreamingDecoderImpl::
DecodeChunk
()
[
all
...]
/external/chromium_org/sdch/open-vcdiff/src/
vcdecoder.cc
337
bool
DecodeChunk
(const char* data,
421
// Returns the amount of input data passed to the last
DecodeChunk
()
435
// No complete delta file header has been parsed yet.
DecodeChunk
()
452
// No complete delta file window has been parsed yet.
DecodeChunk
()
532
//
DecodeChunk
() reaches the end of its input and returns RESULT_END_OF_DATA.
534
// supplied to the next call to
DecodeChunk
(), so that they appear in
539
// used to fill the output string for
DecodeChunk
(), and will also be used to
593
// more calls to
DecodeChunk
(), followed by a single call to
741
// from VCDiffStreamingDecoderImpl::
DecodeChunk
()
[
all
...]
/external/open-vcdiff/src/
vcdecoder.cc
337
bool
DecodeChunk
(const char* data,
421
// Returns the amount of input data passed to the last
DecodeChunk
()
435
// No complete delta file header has been parsed yet.
DecodeChunk
()
452
// No complete delta file window has been parsed yet.
DecodeChunk
()
532
//
DecodeChunk
() reaches the end of its input and returns RESULT_END_OF_DATA.
534
// supplied to the next call to
DecodeChunk
(), so that they appear in
539
// used to fill the output string for
DecodeChunk
(), and will also be used to
593
// more calls to
DecodeChunk
(), followed by a single call to
741
// from VCDiffStreamingDecoderImpl::
DecodeChunk
()
[
all
...]
Completed in 147 milliseconds