Home
last modified time | relevance | path

Searched refs:channelptr (Results 1 – 2 of 2) sorted by relevance

/external/c-ares/
Dares.h304 CARES_EXTERN int ares_init(ares_channel *channelptr);
306 CARES_EXTERN int ares_init_options(ares_channel *channelptr,
Dares_init.c112 int ares_init(ares_channel *channelptr) in ares_init() argument
114 return ares_init_options(channelptr, NULL, 0); in ares_init()
117 int ares_init_options(ares_channel *channelptr, struct ares_options *options, in ares_init_options() argument
144 *channelptr = NULL; in ares_init_options()
261 *channelptr = channel; in ares_init_options()