HomeSort by relevance Sort by last modified time
    Searched full:hostname_cache (Results 1 - 1 of 1) sorted by null

  /external/curl/lib/
hostip.c 110 static struct curl_hash hostname_cache; variable in typeref:struct:curl_hash
126 rc = Curl_hash_init(&hostname_cache, 7, Curl_hash_str,
131 return rc?NULL:&hostname_cache;
140 Curl_hash_destroy(&hostname_cache);

Completed in 114 milliseconds