Searched refs:directInputRem (Results 1 – 3 of 3) sorted by relevance
43 size_t directInputRem; member61 && (!(p)->directInput || (p)->directInputRem == 0))
68 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()
2742 p->matchFinderBase.directInputRem = srcLen; in LzmaEnc_SetInputBuf()