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

  /external/curl/tests/unit/
unit1305.c 54 rc = Curl_mk_dnscache(&hp);
  /external/curl/lib/
hostip.h 128 int Curl_mk_dnscache(struct curl_hash *hash);
share.c 41 if(Curl_mk_dnscache(&share->hostcache)) {
hostip.c 749 * Curl_mk_dnscache() inits a new DNS cache and returns success/failure.
751 int Curl_mk_dnscache(struct curl_hash *hash)
multi.c 310 if(Curl_mk_dnscache(&multi->hostcache))
    [all...]

Completed in 195 milliseconds