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

  /external/curl/tests/libtest/
lib1515.c 121 char dns_entry[256]; local
125 snprintf(dns_entry, sizeof(dns_entry), "testserver.example.com:%s:%s",
139 if((res = do_one_request(multi, target_url, dns_entry)))
  /external/curl/lib/
urldata.h 909 /* 'dns_entry' is the particular host we use. This points to an entry in the
913 struct Curl_dns_entry *dns_entry; member in struct:connectdata
    [all...]

Completed in 307 milliseconds