Home
last modified time | relevance | path

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

/external/curl/lib/
Dhostip4.c163 buf = calloc(1, CURL_HOSTENT_SIZE);
177 CURL_HOSTENT_SIZE - sizeof(struct hostent),
196 CURL_HOSTENT_SIZE - sizeof(struct hostent),
252 if(CURL_HOSTENT_SIZE >=
Dhostip.h44 #define CURL_HOSTENT_SIZE 9000 macro