Home
last modified time | relevance | path

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

/external/curl/lib/
Dhostip.h63 struct curl_hash *Curl_global_host_cache_init(void);
Dhostip.c122 struct curl_hash *Curl_global_host_cache_init(void) in Curl_global_host_cache_init() function
Dmulti.c399 struct curl_hash *global = Curl_global_host_cache_init(); in curl_multi_add_handle()