Searched refs:hostbuf (Results 1 – 1 of 1) sorted by relevance
/php-src/main/ |
H A D | network.c | 1247 static struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,s… argument 1258 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&hp,&herr)) 1273 static struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,s… argument 1284 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&herr))) 1294 static struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,s… argument 1307 if (0 != gethostbyname_r(host,hostbuf,(struct hostent_data *)*tmphstbuf)) { 1311 return hostbuf;
|
Completed in 9 milliseconds