Searched refs:hostname_cache (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostip.c113 static struct curl_hash hostname_cache; variable in typeref:struct:curl_hash
129 rc = Curl_hash_init(&hostname_cache, 7, Curl_hash_str,
134 return rc?NULL:&hostname_cache;
145 Curl_hostcache_clean(NULL, &hostname_cache);
147 Curl_hash_clean(&hostname_cache);

Completed in 63 milliseconds