Home
last modified time | relevance | path

Searched refs:tmphstbuf (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
1260 *tmphstbuf = (char *)malloc (*hstbuflen);
1264 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&hp,&herr))
1268 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen);
1286 *tmphstbuf = (char *)malloc (*hstbuflen);
1290 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&herr)))
1294 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen);
1304 *tmphstbuf = (char *)malloc (*hstbuflen);
1308 *tmphstbuf = (char *)realloc(*tmphstbuf, *hstbuflen);
1311 memset((void *)(*tmphstbuf),0,*hstbuflen);
[all …]

Completed in 19 milliseconds