Lines Matching refs:_rc
41 _rc.FlushData();
42 return _rc.FlushStream();
55 if (!_rc.Create(1 << 20)) return E_OUTOFMEMORY;
78 _rc.SetStream(outStreams[3]); _rc.Init();
132 _statusEncoder[index].Encode(&_rc, 0);
204 _statusEncoder[index].Encode(&_rc, 1);
213 _statusEncoder[index].Encode(&_rc, 0);
228 _rc.GetProcessedSize();
277 if (!_rc.Create(_inBufSizes[3])) return E_OUTOFMEMORY;
283 _rc.SetStream(inStreams[3]);
289 _rc.Init();
306 _rc.GetProcessedSize();
328 if (_statusDecoder[index].Decode(&_rc) == 1)