Lines Matching refs:htonl
87 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreDataPageData()
181 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); 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()
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()
486 m_aTable.m_pDirect[nIndex] = store::htonl(nAddr); in directLink()
505 m_aTable.m_pSingle[nIndex] = store::htonl(nAddr); in singleLink()
524 m_aTable.m_pDouble[nIndex] = store::htonl(nAddr); in doubleLink()
543 m_aTable.m_pTriple[nIndex] = store::htonl(nAddr); in tripleLink()
597 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in initialize()
611 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreDirectoryPageData()
713 PAGE().m_aNameBlock.m_nAttrib = store::htonl(nAttrib); in attrib()
755 PAGE().m_aDataBlock.m_nDataLen = store::htonl(nLength); in dataLength()