OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadInput
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sdch/open-vcdiff/src/
vcdiff_main.cc
141
bool
ReadInput
(size_t* bytes_read);
312
bool VCDiffFileBasedCoder::
ReadInput
(size_t* bytes_read) {
415
if (!WriteOutput(output) || !
ReadInput
(&bytes_read)) {
472
if (!
ReadInput
(&bytes_read)) {
536
if (!
ReadInput
(&bytes_read)) {
/external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp
85
HRESULT
ReadInput
(Byte *data, UInt32 size, UInt32 *processedSize)
381
RINOK(decoder.
ReadInput
(buf, headerSize, &processed));
Completed in 95 milliseconds