Home
last modified time | relevance | path

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

/aoo4110/main/tools/source/zcodec/
H A Dzcodec.cxx94 PZSTREAM->total_out = PZSTREAM->total_in = 0; in BeginCompression()
99 PZSTREAM->avail_out = PZSTREAM->avail_in = 0; in BeginCompression()
121 deflateEnd( PZSTREAM ); in EndCompression()
126 inflateEnd( PZSTREAM ); in EndCompression()
177 PZSTREAM->next_out = mpOutBuf = new sal_uInt8[ PZSTREAM->avail_out = mnOutBufSize ]; in Decompress()
185 PZSTREAM->avail_in = mpIStm->Read( PZSTREAM->next_in = mpInBuf, nInToRead ); in Decompress()
218 PZSTREAM->avail_in = nSize; in Write()
221 while ( PZSTREAM->avail_in || ( PZSTREAM->avail_out == 0 ) ) in Write()
250 PZSTREAM->avail_out = nSize; in Read()
251 PZSTREAM->next_out = pData; in Read()
[all …]

Completed in 16 milliseconds