Searched refs:tmphstbuf (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/main/ |
H A D | network.c | 1265 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *… argument 1272 *tmphstbuf = (char *)malloc (*hstbuflen); 1276 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&hp,&herr)) 1280 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen); 1298 *tmphstbuf = (char *)malloc (*hstbuflen); 1302 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&herr))) 1306 *tmphstbuf = (char *)realloc (*tmphstbuf,*hstbuflen); 1316 *tmphstbuf = (char *)malloc (*hstbuflen); 1320 *tmphstbuf = (char *)realloc(*tmphstbuf, *hstbuflen); 1323 memset((void *)(*tmphstbuf),0,*hstbuflen); [all …]
|
Completed in 7 milliseconds