Home
last modified time | relevance | path

Searched refs:mpIStm (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx91 mpIStm = mpOStm = NULL; in BeginCompression()
143 mpIStm = &rIStm; in Compress()
148 while (( PZSTREAM->avail_in = mpIStm->Read( PZSTREAM->next_in = mpInBuf, mnInBufSize )) != 0 ) in Compress()
174 mpIStm = &rIStm; in Decompress()
185 PZSTREAM->avail_in = mpIStm->Read( PZSTREAM->next_in = mpInBuf, nInToRead ); in Decompress()
245 mpIStm = &rIStm; in Read()
257 PZSTREAM->avail_in = mpIStm->Read ( in Read()
294 mpIStm = &rIStm; in ReadAsynchron()
316 PZSTREAM->avail_in = mpIStm->Read ( in ReadAsynchron()
398 *mpIStm >> j; in ImplInitBuf()
[all …]
/trunk/main/tools/inc/tools/
H A Dzcodec.hxx76 SvStream* mpIStm; member in ZCodec