Searched refs:remSize (Results 1 – 1 of 1) sorted by relevance
30 UInt64 remSize = _outSize - _nowPos64; in WriteWithLimit() local31 if (size > remSize) in WriteWithLimit()32 size = (UInt32)remSize; in WriteWithLimit()