Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dnetwork.c1253 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *… argument
1264 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&hp,&herr))
1279 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *… argument
1290 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&herr)))
1300 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *… argument
1313 if (SUCCESS != gethostbyname_r(host,hostbuf,(struct hostent_data *)*tmphstbuf)) {
1317 return hostbuf;

Completed in 7 milliseconds