OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ares_init
(Results
1 - 6
of
6
) sorted by null
/external/c-ares/
buildconf
46
test ! -f
ares_init
.c ||
ahost.c
116
status =
ares_init
(&channel);
119
fprintf(stderr, "
ares_init
: %s\n", ares_strerror(status));
acountry.c
148
status =
ares_init
(&channel);
151
fprintf(stderr, "
ares_init
: %s\n", ares_strerror(status));
ares.h
304
CARES_EXTERN int
ares_init
(ares_channel *channelptr);
ares_init.c
112
int
ares_init
(ares_channel *channelptr)
function
[
all
...]
/external/curl/lib/
asyn-ares.c
133
int status =
ares_init
((ares_channel*)resolver);
Completed in 4848 milliseconds