Home
last modified time | relevance | path

Searched refs:directInputRem (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DLzFind.h43 size_t directInputRem; member
61 && (!(p)->directInput || (p)->directInputRem == 0))
DLzFind.c68 if (curSize > p->directInputRem) in MatchFinder_ReadBlock()
69 curSize = (UInt32)p->directInputRem; in MatchFinder_ReadBlock()
70 p->directInputRem -= curSize; in MatchFinder_ReadBlock()
72 if (p->directInputRem == 0) in MatchFinder_ReadBlock()
DLzmaEnc.c2742 p->matchFinderBase.directInputRem = srcLen; in LzmaEnc_SetInputBuf()