Searched refs:ntohs (Results 1 – 10 of 10) sorted by relevance
85 #ifdef ntohs86 #undef ntohs98 inline sal_uInt16 ntohs (sal_uInt16 n) { return OSL_SWAPWORD(n); } in ntohs() function104 inline sal_uInt16 ntohs (sal_uInt16 n) { return (n); }291 (store::ntohs(m_nSize) <= store::ntohs(rhs.m_nSize)) ); in operator <=()297 return (store::ntohs(m_nSize) < store::ntohs(rhs.m_nSize)); in operator <()468 return store::ntohs(m_aDescr.m_nSize); in size()
68 return (store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity()79 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()158 return (store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity()583 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity()590 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()
133 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity()147 return (store::ntohs(base::m_aDescr.m_nUsed) - self::thePageSize); in usage()
659 rnPageSize = store::ntohs(m_pSuper->m_aSuperOne.m_aDescr.m_nSize); in initialize_Impl()1060 rCtx.m_aDescr.m_nSize = store::ntohs(rCtx.m_aDescr.m_nSize); in scanBegin()
50 #define ntohs(x) ((((x) >> 8) & 0xff) | (((x) & 0xff) << 8)) macro171 ndata = ntohs(ndata); in read_uint16()
333 address.sin_port = ntohs( uProxyPort ); in SendHTTPRequest()335 address.sin_port = ntohs( uPort ); in SendHTTPRequest()
1027 return ntohs(ps->s_port); in osl_getServicePort()1061 return ntohs(pSystemInetAddr->sin_port); in osl_getInetPortOfSocketAddr()
1581 return ntohs(ps->s_port); in osl_psz_getServicePort()1618 return ntohs(pSystemInetAddr->sin_port); in osl_getInetPortOfSocketAddr()
1560 return ntohs(ps->s_port); in osl_psz_getServicePort()1597 return ntohs(pSystemInetAddr->sin_port); in osl_getInetPortOfSocketAddr()
2437 address.sin_port = ntohs( uProxyPort ); in SendHTTPRequest()2439 address.sin_port = ntohs( uPort ); in SendHTTPRequest()
Completed in 180 milliseconds