Lines Matching refs:store
36 using namespace store;
232 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nSingle]); in read()
258 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nDouble]); in read()
291 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nTriple]); in read()
322 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[nSingle]); in write()
331 rPage.m_pData[nSingle] = store::htonl(rData.location()); in write()
362 storeError eErrCode = aSingle.loadOrCreate (store::ntohl(rPage.m_pData[nDouble]), rBIOS); in write()
367 rPage.m_pData[nDouble] = store::htonl(aSingle.location()); in write()
398 storeError eErrCode = aDouble.loadOrCreate (store::ntohl(rPage.m_pData[nTriple]), rBIOS); in write()
403 rPage.m_pData[nTriple] = store::htonl(aDouble.location()); in write()
434 sal_uInt32 const nAddr = store::ntohl(rPage.m_pData[i - 1]); in truncate()
480 eErrCode = store_truncate_Impl (store::ntohl(rPage.m_pData[i - 1]), 0, rBIOS); in truncate()
490 eErrCode = store_truncate_Impl (store::ntohl(rPage.m_pData[nDouble]), nSingle, rBIOS); in truncate()
535 eErrCode = store_truncate_Impl (store::ntohl(rPage.m_pData[i - 1]), 0, 0, rBIOS); in truncate()
545 eErrCode = store_truncate_Impl (store::ntohl(rPage.m_pData[nTriple]), nDouble, nSingle, rBIOS); in truncate()