Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dnetwork.c1261 if (*hstbuflen == 0) {
1262 *hstbuflen = 1024;
1263 *tmphstbuf = (char *)malloc (*hstbuflen);
1270 *hstbuflen *= 2;
1287 if (*hstbuflen == 0) {
1288 *hstbuflen = 1024;
1289 *tmphstbuf = (char *)malloc (*hstbuflen);
1296 *hstbuflen *= 2;
1305 if (*hstbuflen == 0) {
1306 *hstbuflen = sizeof(struct hostent_data);
[all …]

Completed in 12 milliseconds