Home
last modified time | relevance | path

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

/trunk/main/store/source/
H A Dstorbase.hxx196 sal_uInt32 m_nMagic; member
202 : m_nMagic (store::htonl(nMagic)), in OStorePageGuard()
208 store::swap(m_nMagic, rhs.m_nMagic); in swap()
213 : m_nMagic (rhs.m_nMagic), in OStorePageGuard()
219 m_nMagic = rhs.m_nMagic; in operator =()
228 return ((m_nMagic == rhs.m_nMagic) && in operator ==()
475 return store::ntohl(m_aGuard.m_nMagic); in type()
555 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in guard()
566 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify()
577 if (m_aGuard.m_nMagic != store::htonl(nMagic)) in verifyVersion()
H A Dstordata.hxx87 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreDataPageData()
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()
202 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify()
339 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in guard()
349 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify()
452 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in guard()
462 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify()
597 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in initialize()
[all …]
H A Dstortree.hxx171 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in guard()
181 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify()
193 return store::ntohl(self::m_aGuard.m_nMagic); in depth()
197 self::m_aGuard.m_nMagic = store::htonl(nDepth); in depth()
H A Dstorbios.cxx147 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in guard()
156 sal_uInt32 nMagic = store::ntohl(m_aGuard.m_nMagic); in verify()
161 nCRC32 = rtl_crc32 (nCRC32, &m_aGuard.m_nMagic, sizeof(sal_uInt32)); in verify()
1043 rCtx.m_nMagic = nMagic; in scanBegin()
1107 if (aPageHead.m_aGuard.m_nMagic != rCtx.m_nMagic) in scanNext()
H A Dstorbios.hxx146 sal_uInt32 m_nMagic; member
247 : m_aDescr (0, 0, 0), m_nSize (0), m_nMagic (0) in ScanContext()
H A Dstortree.cxx50 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreBTreeNodeData()
52 self::m_aGuard.m_nMagic = store::htonl(0); // depth(0) in OStoreBTreeNodeData()
/trunk/main/vcl/source/gdi/
H A Dpdffontcache.hxx39 int m_nMagic; member
43 FontIdentifier() : m_nFontId(0), m_nMagic(0), m_bVertical( false ) {} in FontIdentifier()
48 m_nMagic == rRight.m_nMagic && in operator ==()
54 m_nMagic < rRight.m_nMagic || in operator <()
H A Dpdffontcache.cxx35 m_nMagic( pFont->GetFontMagic() ), in FontIdentifier()
/trunk/main/svl/source/misc/
H A Dinethist.cxx70 sal_uInt32 m_nMagic; member
78 m_nMagic = INETHIST_MAGIC_HEAD; in initialize()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcc50_solaris_intel.hxx39 int m_nMagic[ 4 ]; member
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcc50_solaris_sparc.hxx39 int m_nMagic[ 4 ]; member
/trunk/main/store/workben/
H A Dt_page.cxx183 sal_uInt32 type() const { return m_aGuard.m_nMagic; /* @@@ */ } in type()

Completed in 56 milliseconds