Searched refs:tmphstbuf (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/main/ |
H A D | network.c | 1287 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *… argument 1294 *tmphstbuf = (char *)malloc (*hstbuflen); 1298 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&hp,&herr)) 1302 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen); 1320 *tmphstbuf = (char *)malloc (*hstbuflen); 1324 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&herr))) 1328 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen); 1338 *tmphstbuf = (char *)malloc (*hstbuflen); 1342 *tmphstbuf = (char *)realloc(*tmphstbuf, *hstbuflen); 1345 memset((void *)(*tmphstbuf),0,*hstbuflen); [all …]
|
Completed in 7 milliseconds