HomeSort by relevance Sort by last modified time
    Searched refs:CURL_HOSTENT_SIZE (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
hostip4.c 162 buf = calloc(1, CURL_HOSTENT_SIZE);
176 CURL_HOSTENT_SIZE - sizeof(struct hostent),
195 CURL_HOSTENT_SIZE - sizeof(struct hostent),
210 * buffer size (step_size grows beyond CURL_HOSTENT_SIZE).
251 if(CURL_HOSTENT_SIZE >=
275 * the returned data. Thus, we always use CURL_HOSTENT_SIZE for every
hostip.h 44 #define CURL_HOSTENT_SIZE 9000

Completed in 50 milliseconds