Home
last modified time | relevance | path

Searched refs:pszHostname (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sal/osl/unx/
H A Dsocket.c429 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()
[all …]
/AOO42X/main/sal/osl/os2/
H A Dsocket.c429 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()
[all …]