Home
last modified time | relevance | path

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

/aoo4110/main/sal/osl/os2/
H A Dsocket.c432 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()
1211 strcpy (cn, pszHostname); in osl_psz_createHostAddr()
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()
1649 sal_Char pszHostname[1024]; in osl_getHostnameOfSocketAddr() local
1651 pszHostname[0] = '\0'; in osl_getHostnameOfSocketAddr()
[all …]
/aoo4110/main/sal/osl/unx/
H A Dsocket.c432 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()
1191 strcpy (cn, pszHostname); in osl_psz_createHostAddr()
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()
1628 sal_Char pszHostname[1024]; in osl_getHostnameOfSocketAddr() local
1630 pszHostname[0] = '\0'; in osl_getHostnameOfSocketAddr()
[all …]

Completed in 171 milliseconds