Lines Matching refs:pszHostname

429 	const sal_Char *pszHostname, const oslSocketAddr Addr);
432 const sal_Char *pszHostname);
441 const sal_Char* pszHostname);
1176 const sal_Char *pszHostname, in osl_psz_createHostAddr() argument
1182 OSL_ASSERT(pszHostname && pAddr); in osl_psz_createHostAddr()
1183 if ((pszHostname == NULL) || (pAddr == NULL)) in osl_psz_createHostAddr()
1186 cn = (sal_Char *)malloc(strlen (pszHostname) + 1); in osl_psz_createHostAddr()
1191 strcpy (cn, pszHostname); in osl_psz_createHostAddr()
1236 oslHostAddr SAL_CALL osl_psz_createHostAddrByName (const sal_Char *pszHostname) in osl_psz_createHostAddrByName() argument
1248 he = gethostbyname((sal_Char *)pszHostname); in osl_psz_createHostAddrByName()
1356 sal_Char pszHostname[1024]; in osl_getLocalHostname() local
1358 pszHostname[0] = '\0'; in osl_getLocalHostname()
1360 Result = osl_psz_getLocalHostname(pszHostname,sizeof(pszHostname)); in osl_getLocalHostname()
1362 rtl_uString_newFromAscii(ustrLocalHostname,pszHostname); in osl_getLocalHostname()
1488 oslSocketAddr SAL_CALL osl_psz_resolveHostname(const sal_Char* pszHostname) in osl_psz_resolveHostname() argument
1490 struct oslHostAddrImpl *pAddr = (oslHostAddr)osl_psz_createHostAddrByName(pszHostname); in osl_psz_resolveHostname()
1628 sal_Char pszHostname[1024]; in osl_getHostnameOfSocketAddr() local
1630 pszHostname[0] = '\0'; in osl_getHostnameOfSocketAddr()
1632 Result = osl_psz_getHostnameOfSocketAddr(Addr,pszHostname,sizeof(pszHostname)); in osl_getHostnameOfSocketAddr()
1634 rtl_uString_newFromAscii(ustrHostname,pszHostname); in osl_getHostnameOfSocketAddr()