Lines Matching refs:_tmpBuffer
186 _tmpBuffer (0), in Pxr24Compressor()
198 _tmpBuffer = new unsigned char [maxInBytes]; in Pxr24Compressor()
211 delete [] _tmpBuffer; in ~Pxr24Compressor()
295 unsigned char *tmpBufferEnd = _tmpBuffer; in compress()
397 uLongf outSize = int (ceil ((tmpBufferEnd - _tmpBuffer) * 1.01)) + 100; in compress()
401 (const Bytef *) _tmpBuffer, in compress()
402 tmpBufferEnd - _tmpBuffer)) in compress()
426 if (Z_OK != ::uncompress ((Bytef *)_tmpBuffer, in uncompress()
439 const unsigned char *tmpBufferEnd = _tmpBuffer; in uncompress()
468 if (tmpBufferEnd - _tmpBuffer > tmpSize) in uncompress()
494 if (tmpBufferEnd - _tmpBuffer > tmpSize) in uncompress()
518 if (tmpBufferEnd - _tmpBuffer > tmpSize) in uncompress()
543 if (tmpBufferEnd - _tmpBuffer < tmpSize) in uncompress()