Lines Matching refs:ntohl
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()
362 storeError eErrCode = aSingle.loadOrCreate (store::ntohl(rPage.m_pData[nDouble]), rBIOS); in write()
398 storeError eErrCode = aDouble.loadOrCreate (store::ntohl(rPage.m_pData[nTriple]), rBIOS); 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()