Lines Matching refs:m_aGuard

87 		base::m_aGuard.m_nMagic = store::htonl(self::theTypeId);  in OStoreDataPageData()
141 G m_aGuard; member
181 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreIndirectionPageData()
183 self::m_aGuard.m_nMagic = store::htonl(0); in OStoreIndirectionPageData()
192 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in guard()
194 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
202 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify()
204 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
307 G m_aGuard; member
320 m_aGuard = G(); in initialize()
329 : m_aGuard(), m_aKey(), m_nAttrib (0) in OStorePageNameBlock()
339 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in guard()
341 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
349 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify()
351 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
424 G m_aGuard; member
436 m_aGuard = G(); in initialize()
444 : m_aGuard(), m_aTable(), m_nDataLen (0) in OStoreDirectoryDataBlock()
452 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in guard()
454 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
462 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify()
464 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
597 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in initialize()
611 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreDirectoryPageData()