Lines Matching refs:pszHostname

429 	const sal_Char *pszHostname, const oslSocketAddr Addr);
432 const sal_Char *pszHostname);
441 const sal_Char* pszHostname);
1196 const sal_Char *pszHostname, in osl_psz_createHostAddr() argument
1202 OSL_ASSERT(pszHostname && pAddr); in osl_psz_createHostAddr()
1203 if ((pszHostname == NULL) || (pAddr == NULL)) in osl_psz_createHostAddr()
1206 cn = (sal_Char *)malloc(strlen (pszHostname) + 1); in osl_psz_createHostAddr()
1211 strcpy (cn, pszHostname); in osl_psz_createHostAddr()
1256 oslHostAddr SAL_CALL osl_psz_createHostAddrByName (const sal_Char *pszHostname) in osl_psz_createHostAddrByName() argument
1268 he = gethostbyname((sal_Char *)pszHostname); in osl_psz_createHostAddrByName()
1376 sal_Char pszHostname[1024]; in osl_getLocalHostname() local
1378 pszHostname[0] = '\0'; in osl_getLocalHostname()
1380 Result = osl_psz_getLocalHostname(pszHostname,sizeof(pszHostname)); in osl_getLocalHostname()
1382 rtl_uString_newFromAscii(ustrLocalHostname,pszHostname); in osl_getLocalHostname()
1509 oslSocketAddr SAL_CALL osl_psz_resolveHostname(const sal_Char* pszHostname) in osl_psz_resolveHostname() argument
1511 struct oslHostAddrImpl *pAddr = (oslHostAddr)osl_psz_createHostAddrByName(pszHostname); in osl_psz_resolveHostname()
1649 sal_Char pszHostname[1024]; in osl_getHostnameOfSocketAddr() local
1651 pszHostname[0] = '\0'; in osl_getHostnameOfSocketAddr()
1653 Result = osl_psz_getHostnameOfSocketAddr(Addr,pszHostname,sizeof(pszHostname)); in osl_getHostnameOfSocketAddr()
1655 rtl_uString_newFromAscii(ustrHostname,pszHostname); in osl_getHostnameOfSocketAddr()