Searched refs:pszHostname (Results 1 – 2 of 2) sorted by relevance
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() argument1182 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() argument1248 he = gethostbyname((sal_Char *)pszHostname); in osl_psz_createHostAddrByName()[all …]
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() argument1202 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() argument1268 he = gethostbyname((sal_Char *)pszHostname); in osl_psz_createHostAddrByName()[all …]