Searched refs:htons (Results 1 – 9 of 9) sorted by relevance
/trunk/main/store/source/ |
H A D | storbase.hxx | 82 #ifdef htons 83 #undef htons 97 inline sal_uInt16 htons (sal_uInt16 h) { return OSL_SWAPWORD(h); } in htons() function 103 inline sal_uInt16 htons (sal_uInt16 h) { return (h); } 255 m_nSize (store::htons(nSize)), in OStorePageDescriptor() 256 m_nUsed (store::htons(nUsed)) in OStorePageDescriptor()
|
H A D | stordata.hxx | 88 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreDataPageData() 182 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreIndirectionPageData() 598 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in initialize() 612 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); in OStoreDirectoryPageData()
|
H A D | stortree.hxx | 159 base::m_aDescr.m_nUsed = store::htons(sal::static_int_cast< sal_uInt16 >(nBytes)); in usageCount()
|
H A D | stortree.cxx | 51 base::m_aDescr.m_nUsed = store::htons(self::thePageSize); // usageCount(0) in OStoreBTreeNodeData()
|
/trunk/main/sal/osl/w32/ |
H A D | socket.cxx | 662 __osl_createSocketAddrWithFamily( osl_Socket_FamilyInet, htons( (sal_uInt16) Port), nAddr ); in osl_createInetBroadcastAddr() 686 pAddr = __osl_createSocketAddrWithFamily( osl_Socket_FamilyInet, htons( (sal_uInt16)Port), Addr ); in osl_createInetSocketAddr() 1081 pSystemInetAddr->sin_port= htons((short)Port); in osl_setInetPortOfSocketAddr()
|
/trunk/main/sal/osl/unx/ |
H A D | socket.c | 685 pAddr = __osl_createSocketAddrWithFamily( osl_Socket_FamilyInet, htons(Port), nAddr ); in osl_createInetBroadcastAddr() 730 pAddr = __osl_createSocketAddrWithFamily( osl_Socket_FamilyInet, htons(Port) , Addr ); in osl_psz_createInetSocketAddr() 1613 pSystemInetAddr->sin_port= htons((short)Port); in osl_setInetPortOfSocketAddr()
|
/trunk/main/vcl/unx/headless/ |
H A D | svpelement.cxx | 96 addr.sin_port = htons(nPort); in SvpElementContainer()
|
/trunk/main/sal/osl/os2/ |
H A D | socket.c | 685 pAddr = __osl_createSocketAddrWithFamily( osl_Socket_FamilyInet, htons(Port), nAddr ); in osl_createInetBroadcastAddr() 730 pAddr = __osl_createSocketAddrWithFamily( osl_Socket_FamilyInet, htons(Port) , Addr ); in osl_psz_createInetSocketAddr() 1634 pSystemInetAddr->sin_port= htons((short)Port); in osl_setInetPortOfSocketAddr()
|
/trunk/main/vcl/workben/ |
H A D | svpclient.cxx | 231 addr.sin_port = htons(nPort); in processCommand()
|
Completed in 121 milliseconds