Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dnetwork.c1263 if (*hstbuflen == 0) {
1264 *hstbuflen = 1024;
1265 *tmphstbuf = (char *)malloc (*hstbuflen);
1272 *hstbuflen *= 2;
1289 if (*hstbuflen == 0) {
1290 *hstbuflen = 1024;
1291 *tmphstbuf = (char *)malloc (*hstbuflen);
1298 *hstbuflen *= 2;
1307 if (*hstbuflen == 0) {
1308 *hstbuflen = sizeof(struct hostent_data);
[all …]

Completed in 12 milliseconds