Home
last modified time | relevance | path

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

/trunk/main/store/source/
H A Dstorbase.hxx197 sal_uInt32 m_nCRC32; member
203 m_nCRC32 (store::htonl(nCRC32)) in OStorePageGuard()
209 store::swap(m_nCRC32, rhs.m_nCRC32); in swap()
214 m_nCRC32 (rhs.m_nCRC32) in OStorePageGuard()
220 m_nCRC32 = rhs.m_nCRC32; in operator =()
229 (m_nCRC32 == rhs.m_nCRC32) ); in operator ==()
558 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
568 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
H A Dstordata.hxx194 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
204 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
341 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
351 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
454 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
464 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
H A Dstortree.hxx173 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
183 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
H A Dstorbios.cxx149 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
163 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()

Completed in 36 milliseconds