Lines Matching refs:htonl
89 #ifdef htonl
90 #undef htonl
100 inline sal_uInt32 htonl (sal_uInt32 h) { return OSL_SWAPDWORD(h); } in htonl() function
106 inline sal_uInt32 htonl (sal_uInt32 h) { return (h); }
202 : m_nMagic (store::htonl(nMagic)), in OStorePageGuard()
203 m_nCRC32 (store::htonl(nCRC32)) in OStorePageGuard()
254 : m_nAddr (store::htonl(nAddr)), in OStorePageDescriptor()
318 : m_nLow (store::htonl(nLow)), in OStorePageKey()
319 m_nHigh (store::htonl(nHigh)) in OStorePageKey()
370 : m_nAddr (store::htonl(nAddr)) in OStorePageLink()
390 m_nAddr = store::htonl(nAddr); in operator =()
461 m_aDescr.m_nAddr = store::htonl(nAddr); in location()
556 m_aDescr.m_nAddr = store::htonl(nAddr); in guard()
558 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard()
568 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
570 if (m_aDescr.m_nAddr != store::htonl(nAddr)) in verify()
577 if (m_aGuard.m_nMagic != store::htonl(nMagic)) in verifyVersion()