Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dnetwork.c1282 if (*hstbuflen == 0) {
1283 *hstbuflen = 1024;
1284 *tmphstbuf = (char *)malloc (*hstbuflen);
1291 *hstbuflen *= 2;
1308 if (*hstbuflen == 0) {
1309 *hstbuflen = 1024;
1310 *tmphstbuf = (char *)malloc (*hstbuflen);
1317 *hstbuflen *= 2;
1326 if (*hstbuflen == 0) {
1327 *hstbuflen = sizeof(struct hostent_data);
[all …]

Completed in 7 milliseconds