Home
last modified time | relevance | path

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

/aoo4110/main/sal/qa/osl/socket/
H A Dsockethelper.cxx91 struct hostent *hptr; in getHost() local
93 hptr = gethostbyname( "localhost" ); in getHost()
106 struct hostent *hptr; in getThisHostname() local
107 hptr = gethostbyname( "localhost" ); in getThisHostname()
109 rtl::OString sHostname(hptr->h_name); in getThisHostname()
117 struct hostent *hptr; in getThisHostname() local
119 hptr = gethostbyname( hostname); in getThisHostname()
120 if ( hptr != NULL ) in getThisHostname()
122 strcpy( hostname, hptr->h_name ); in getThisHostname()
138 struct hostent *hptr; in getIPbyName() local
[all …]
H A Dosl_Socket.cxx118 struct hostent *hptr; in getHost() local
120 hptr = gethostbyname( "localhost" ); in getHost()
133 struct hostent *hptr; in getThisHostname() local
134 hptr = gethostbyname( "localhost" ); in getThisHostname()
141 struct hostent *hptr; in getThisHostname() local
143 hptr = gethostbyname( hostname); in getThisHostname()
144 if ( hptr != NULL ) in getThisHostname()
146 strcpy( hostname, hptr->h_name ); in getThisHostname()
160 struct hostent *hptr; in getIPbyName() local
162 hptr = gethostbyname( str_name.getStr()); in getIPbyName()
[all …]

Completed in 26 milliseconds