Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dnetwork.c1270 if (*hstbuflen == 0) {
1271 *hstbuflen = 1024;
1272 *tmphstbuf = (char *)malloc (*hstbuflen);
1279 *hstbuflen *= 2;
1296 if (*hstbuflen == 0) {
1297 *hstbuflen = 1024;
1298 *tmphstbuf = (char *)malloc (*hstbuflen);
1305 *hstbuflen *= 2;
1314 if (*hstbuflen == 0) {
1315 *hstbuflen = sizeof(struct hostent_data);
[all …]

Completed in 8 milliseconds