Searched refs:htonl (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/store/source/ |
H A D | storbase.hxx | 89 #ifdef htonl 90 #undef htonl 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() [all …]
|
H A D | stordata.hxx | 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() [all …]
|
H A D | storbios.cxx | 76 m_nMarked (store::htonl(0)), in OStoreSuperBlock() 78 m_nUnused (store::htonl(0)), in OStoreSuperBlock() 127 m_nUnused = store::htonl(nUnused + 1); in unusedInsert() 133 m_nUnused = store::htonl(nUnused - 1); in unusedRemove() 138 m_nUnused = store::htonl(0); in unusedReset() 149 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard() 163 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify()
|
H A D | stortree.hxx | 62 m_nAttrib (store::htonl(nAttrib)) in OStoreBTreeEntry() 173 m_aGuard.m_nCRC32 = store::htonl(nCRC32); in guard() 183 if (m_aGuard.m_nCRC32 != store::htonl(nCRC32)) in verify() 197 self::m_aGuard.m_nMagic = store::htonl(nDepth); in depth()
|
H A D | storpage.cxx | 306 rKey.m_nLow = store::htonl(rtl_crc32 (0, pName->buffer, pName->length)); in namei() 307 rKey.m_nHigh = store::htonl(rtl_crc32 (0, pPath->buffer, pPath->length)); in namei() 341 aKey.m_nLow = store::htonl(rtl_crc32 (store::ntohl(aKey.m_nLow), "/", 1)); in iget() 544 if (store::htonl(nAttrib) != e.m_nAttrib) in attrib() 550 e.m_nAttrib = store::htonl(nAttrib); in attrib() 737 aDstKey.m_nLow = store::htonl(rtl_crc32 (store::ntohl(aDstKey.m_nLow), "/", 1)); in rename()
|
H A D | stordir.cxx | 193 if (!((eErrCode == store_E_None) && (aKey.m_nHigh == store::htonl(m_nPath)))) in iterate() 231 aKey.m_nLow = store::htonl(store::ntohl(aKey.m_nLow) - 1); in iterate()
|
H A D | stordata.cxx | 331 rPage.m_pData[nSingle] = store::htonl(rData.location()); in write() 367 rPage.m_pData[nDouble] = store::htonl(aSingle.location()); in write() 403 rPage.m_pData[nTriple] = store::htonl(aDouble.location()); in write()
|
H A D | stortree.cxx | 50 base::m_aGuard.m_nMagic = store::htonl(self::theTypeId); in OStoreBTreeNodeData() 52 self::m_aGuard.m_nMagic = store::htonl(0); // depth(0) in OStoreBTreeNodeData()
|
/aoo42x/main/sal/osl/unx/ |
H A D | socket.c | 571 pAddr = __osl_createSocketAddrWithFamily(Family, 0 , htonl(INADDR_ANY) ); in osl_createEmptySocketAddr() 682 nAddr = htonl(nAddr); in osl_createInetBroadcastAddr() 1271 if (sin->sin_addr.s_addr == htonl(INADDR_ANY)) in osl_createHostAddrByAddr() 1883 if ( s.aSockAddrIn.sin_addr.s_addr == htonl(INADDR_ANY) ) in osl_closeSocket() 1885 s.aSockAddrIn.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in osl_closeSocket()
|
/aoo42x/main/sal/osl/os2/ |
H A D | socket.c | 571 pAddr = __osl_createSocketAddrWithFamily(Family, 0 , htonl(INADDR_ANY) ); in osl_createEmptySocketAddr() 682 nAddr = htonl(nAddr); in osl_createInetBroadcastAddr() 1291 if (sin->sin_addr.s_addr == htonl(INADDR_ANY)) in osl_createHostAddrByAddr() 1900 if ( pSockAddrIn->sin_addr.s_addr == htonl(INADDR_ANY) ) in osl_closeSocket() 1902 pSockAddrIn->sin_addr.s_addr = htonl(INADDR_LOOPBACK); in osl_closeSocket()
|
/aoo42x/main/sal/osl/w32/ |
H A D | socket.cxx | 549 pAddr = __osl_createSocketAddrWithFamily(Family, 0 , htonl(INADDR_ANY) ); in osl_createEmptySocketAddr() 658 nAddr = htonl(nAddr); in osl_createInetBroadcastAddr() 866 if (sin->sin_addr.s_addr == htonl(INADDR_ANY)) in osl_createHostAddrByAddr()
|
/aoo42x/main/store/workben/ |
H A D | t_page.cxx | 663 m_xPage->m_aDescr.m_nAddr = store::htonl(nOffset); // m_xPage->location (nOffset); in saveAt()
|
Completed in 117 milliseconds