Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dnetwork.c1263 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *… argument
1270 *tmphstbuf = (char *)malloc (*hstbuflen);
1274 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&hp,&herr))
1278 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen);
1296 *tmphstbuf = (char *)malloc (*hstbuflen);
1300 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&herr)))
1304 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen);
1314 *tmphstbuf = (char *)malloc (*hstbuflen);
1318 *tmphstbuf = (char *)realloc(*tmphstbuf, *hstbuflen);
1321 memset((void *)(*tmphstbuf),0,*hstbuflen);
[all …]

Completed in 11 milliseconds