OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_host
(Results
1 - 1
of
1
) sorted by null
/external/c-ares/
ares_options.c
141
char*
start_host
;
local
165
start_host
= csv;
175
while (pp >
start_host
) {
185
if ((pp !=
start_host
) && ((pp + 1) < ptr)) {
191
rv = ares_inet_pton(AF_INET,
start_host
, &in4);
194
rv = ares_inet_pton(AF_INET6,
start_host
, &in6);
232
start_host
= ptr + 1;
Completed in 2622 milliseconds