OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dns_entry
(Results
1 - 2
of
2
) sorted by null
/external/curl/tests/libtest/
lib1515.c
120
char
dns_entry
[256];
local
124
snprintf(
dns_entry
, sizeof(
dns_entry
), "testserver.example.com:%s:%s", port, address);
136
if((res = do_one_request(multi, target_url,
dns_entry
)))
/external/curl/lib/
urldata.h
847
/* '
dns_entry
' is the particular host we use. This points to an entry in the
851
struct Curl_dns_entry *
dns_entry
;
member in struct:connectdata
[
all
...]
Completed in 3299 milliseconds