Home
last modified time | relevance | path

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

/php-src/main/
H A Dnetwork.c1239 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *… argument
1250 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&hp,&herr))
1265 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *… argument
1276 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&herr)))
1286 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *… argument
1299 if (SUCCESS != gethostbyname_r(host,hostbuf,(struct hostent_data *)*tmphstbuf)) {
1303 return hostbuf;

Completed in 8 milliseconds