OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_inBufSize
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Compress/
LzmaDecoder.cpp
28
_inBufSize
(1 << 20),
48
STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) {
_inBufSize
= size; return S_OK; }
53
if (_inBuf == 0 ||
_inBufSize
!= _inBufSizeAllocated)
56
_inBuf = (Byte *)MyAlloc(
_inBufSize
);
59
_inBufSizeAllocated =
_inBufSize
;
LzmaDecoder.h
37
UInt32
_inBufSize
;
Completed in 484 milliseconds