Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvtinydom.cpp441 lUInt64 _dataHash; // additional hash of data member
470 , _dataHash(0) // hash of data in CacheFileItem()
745 if ( hdr._indexBlock._dataHash!=hash ) { in readIndex()
746 …acheFile::readIndex: CRC doesn't match found %08x expected %08x", hash, hdr._indexBlock._dataHash); in readIndex()
800 index[i]._dataHash = 0; in writeIndex()
1012 if (hash != block->_dataHash) { in read()
1032 if (sameSize && existingblock->_dataHash == newhash ) { in write()
1039 …* oldsz=%d oldhash=%08x", (int)existingblock->_uncompressedSize, (int)existingblock->_dataHash); in write()
1127 block->_dataHash = newhash; in write()