Lines Matching refs:store

33 namespace store  namespace
43 struct OStoreDataPageData : public store::OStorePageData
68 return (store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity()
79 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()
87 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreDataPageData()
88 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreDataPageData()
106 class OStoreDataPageObject : public store::OStorePageObject
131 struct OStoreIndirectionPageData : public store::OStorePageData
158 return (store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity()
181 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreIndirectionPageData()
182 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreIndirectionPageData()
183 self::m_aGuard.m_nMagic = store::htonl(0); in OStoreIndirectionPageData()
194 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
204 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
216 class OStoreIndirectionPageObject : public store::OStorePageObject
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()
479 return store::ntohl(m_aTable.m_pDirect[nIndex]); in directLink()
486 m_aTable.m_pDirect[nIndex] = store::htonl(nAddr); in directLink()
498 return store::ntohl(m_aTable.m_pSingle[nIndex]); in singleLink()
505 m_aTable.m_pSingle[nIndex] = store::htonl(nAddr); in singleLink()
517 return store::ntohl(m_aTable.m_pDouble[nIndex]); in doubleLink()
524 m_aTable.m_pDouble[nIndex] = store::htonl(nAddr); in doubleLink()
536 return store::ntohl(m_aTable.m_pTriple[nIndex]); in tripleLink()
543 m_aTable.m_pTriple[nIndex] = store::htonl(nAddr); in tripleLink()
554 struct OStoreDirectoryPageData : public store::OStorePageData
583 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity()
590 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()
597 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in initialize()
598 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in initialize()
611 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreDirectoryPageData()
612 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreDirectoryPageData()
685 class OStoreDirectoryPageObject : public store::OStorePageObject
709 return store::ntohl(PAGE().m_aNameBlock.m_nAttrib); in attrib()
713 PAGE().m_aNameBlock.m_nAttrib = store::htonl(nAttrib); in attrib()
735 sal_uInt32 nPath = store::ntohl(rPage.m_aNameBlock.m_aKey.m_nHigh); in path()
751 return store::ntohl(PAGE().m_aDataBlock.m_nDataLen); in dataLength()
755 PAGE().m_aDataBlock.m_nDataLen = store::htonl(nLength); in dataLength()