Home
last modified time | relevance | path

Searched refs:tmphstbuf (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.3/main/
H A Dnetwork.c1279 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *… argument
1286 *tmphstbuf = (char *)malloc (*hstbuflen);
1290 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&hp,&herr))
1294 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen);
1312 *tmphstbuf = (char *)malloc (*hstbuflen);
1316 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&herr)))
1320 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen);
1330 *tmphstbuf = (char *)malloc (*hstbuflen);
1334 *tmphstbuf = (char *)realloc(*tmphstbuf, *hstbuflen);
1337 memset((void *)(*tmphstbuf),0,*hstbuflen);
[all …]

Completed in 8 milliseconds