Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dnetwork.c1258 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *… argument
1265 *tmphstbuf = (char *)malloc (*hstbuflen);
1269 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&hp,&herr))
1273 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen);
1291 *tmphstbuf = (char *)malloc (*hstbuflen);
1295 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&herr)))
1299 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen);
1309 *tmphstbuf = (char *)malloc (*hstbuflen);
1313 *tmphstbuf = (char *)realloc(*tmphstbuf, *hstbuflen);
1316 memset((void *)(*tmphstbuf),0,*hstbuflen);
[all …]

Completed in 6 milliseconds