Lines Matching refs:store
43 using namespace store;
76 m_nMarked (store::htonl(0)), in OStoreSuperBlock()
78 m_nUnused (store::htonl(0)), in OStoreSuperBlock()
118 return store::ntohl(m_nUnused); in unusedCount()
127 m_nUnused = store::htonl(nUnused + 1); in unusedInsert()
133 m_nUnused = store::htonl(nUnused - 1); in unusedRemove()
138 m_nUnused = store::htonl(0); in unusedReset()
149 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
156 sal_uInt32 nMagic = store::ntohl(m_aGuard.m_nMagic); in verify()
163 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
175 namespace store namespace
456 namespace store namespace
659 rnPageSize = store::ntohs(m_pSuper->m_aSuperOne.m_aDescr.m_nSize); in initialize_Impl()
1060 rCtx.m_aDescr.m_nSize = store::ntohs(rCtx.m_aDescr.m_nSize); in scanBegin()