Searched refs:mnCRC (Results 1 – 3 of 3) sorted by relevance
60 : 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()
103 sal_uLong mnCRC; member in vcl::PNGWriterImpl130 mnCRC(0UL), in PNGWriterImpl()422 mpZCodec->SetCRC( mnCRC ); in ImplWriteIDAT()470 mnCRC = mpZCodec->GetCRC(); in ImplWriteIDAT()
84 sal_uIntPtr mnCRC; member in ZCodec
Completed in 25 milliseconds