Home
last modified time | relevance | path

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

/php-src/main/
H A Dnetwork.c1252 if (*hstbuflen == 0) {
1253 *hstbuflen = 1024;
1254 *tmphstbuf = (char *)malloc (*hstbuflen);
1261 *hstbuflen *= 2;
1278 if (*hstbuflen == 0) {
1279 *hstbuflen = 1024;
1280 *tmphstbuf = (char *)malloc (*hstbuflen);
1287 *hstbuflen *= 2;
1296 if (*hstbuflen == 0) {
1297 *hstbuflen = sizeof(struct hostent_data);
[all …]

Completed in 10 milliseconds