Searched defs:inBufSize (Results 1 - 4 of 4) sorted by relevance
/third_party/lzma/C/ |
H A D | MtDec.h | 124 size_t inBufSize; /* size of input block */
member
|
H A D | Lzma2DecMt.c | 107 size_t inBufSize;
member
|
H A D | XzDec.c | 1510 size_t inBufSize;
member
|
H A D | XzEnc.c | 736 Xz_CompressBlock( CLzma2WithFilters *lzmaf, ISeqOutStreamPtr outStream, Byte *outBufHeader, Byte *outBufData, size_t outBufDataLimit, ISeqInStreamPtr inStream, const Byte *inBuf, size_t inBufSize, const CXzProps *props, ICompressProgressPtr progress, int *inStreamFinished, CXzEncBlockInfo *blockSizes, ISzAllocPtr alloc, ISzAllocPtr allocBig) Xz_CompressBlock() argument
|
Completed in 7 milliseconds