Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dnetwork.c1268 if (*hstbuflen == 0) {
1269 *hstbuflen = 1024;
1270 *tmphstbuf = (char *)malloc (*hstbuflen);
1277 *hstbuflen *= 2;
1294 if (*hstbuflen == 0) {
1295 *hstbuflen = 1024;
1296 *tmphstbuf = (char *)malloc (*hstbuflen);
1303 *hstbuflen *= 2;
1312 if (*hstbuflen == 0) {
1313 *hstbuflen = sizeof(struct hostent_data);
[all …]

Completed in 6 milliseconds