Home
last modified time | relevance | path

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

/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx60 : mnCRC(0) in ZCodec()
69 : mnCRC(0) in ZCodec()
189 mnCRC = UpdateCRC( mnCRC, mpInBuf, nInToRead ); in Decompress()
262 mnCRC = UpdateCRC( mnCRC, mpInBuf, nInToRead ); in Read()
321 mnCRC = UpdateCRC( mnCRC, mpInBuf, nInToRead ); in ReadAsynchron()
350 mnCRC = UpdateCRC( mnCRC, mpOutBuf, nAvail ); in ImplWriteBack()
374 mnCRC = nCRC; in SetCRC()
381 return mnCRC; in GetCRC()
/trunk/main/vcl/source/gdi/
H A Dpngwrite.cxx103 sal_uLong mnCRC; member in vcl::PNGWriterImpl
130 mnCRC(0UL), in PNGWriterImpl()
422 mpZCodec->SetCRC( mnCRC ); in ImplWriteIDAT()
470 mnCRC = mpZCodec->GetCRC(); in ImplWriteIDAT()
/trunk/main/tools/inc/tools/
H A Dzcodec.hxx84 sal_uIntPtr mnCRC; member in ZCodec

Completed in 10 milliseconds