Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Dnetwork.c1292 if (*hstbuflen == 0) {
1293 *hstbuflen = 1024;
1294 *tmphstbuf = (char *)malloc (*hstbuflen);
1301 *hstbuflen *= 2;
1318 if (*hstbuflen == 0) {
1319 *hstbuflen = 1024;
1320 *tmphstbuf = (char *)malloc (*hstbuflen);
1327 *hstbuflen *= 2;
1336 if (*hstbuflen == 0) {
1337 *hstbuflen = sizeof(struct hostent_data);
[all …]

Completed in 10 milliseconds