Home
last modified time | relevance | path

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

/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx93 mpInBuf = mpOutBuf = NULL; in BeginCompression()
129 delete[] mpInBuf; in EndCompression()
146 mpInBuf = new sal_uInt8[ mnInBufSize ]; in Compress()
148 while (( PZSTREAM->avail_in = mpIStm->Read( PZSTREAM->next_in = mpInBuf, mnInBufSize )) != 0 ) in Compress()
185 PZSTREAM->avail_in = mpIStm->Read( PZSTREAM->next_in = mpInBuf, nInToRead ); in Decompress()
189 mnCRC = UpdateCRC( mnCRC, mpInBuf, nInToRead ); in Decompress()
258 PZSTREAM->next_in = mpInBuf, nInToRead); in Read()
262 mnCRC = UpdateCRC( mnCRC, mpInBuf, nInToRead ); in Read()
317 PZSTREAM->next_in = mpInBuf, nInToRead); in ReadAsynchron()
321 mnCRC = UpdateCRC( mnCRC, mpInBuf, nInToRead ); in ReadAsynchron()
[all …]
/trunk/main/tools/inc/tools/
H A Dzcodec.hxx77 sal_uInt8* mpInBuf; member in ZCodec

Completed in 17 milliseconds