Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dnetwork.c1262 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *… argument
1269 *tmphstbuf = (char *)malloc (*hstbuflen);
1273 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&hp,&herr))
1277 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen);
1295 *tmphstbuf = (char *)malloc (*hstbuflen);
1299 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&herr)))
1303 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen);
1313 *tmphstbuf = (char *)malloc (*hstbuflen);
1317 *tmphstbuf = (char *)realloc(*tmphstbuf, *hstbuflen);
1320 memset((void *)(*tmphstbuf),0,*hstbuflen);
[all …]

Completed in 8 milliseconds