Home | History | Annotate | Download | only in c-ares

Lines Matching defs:arg

57   void *arg;
64 static void addr_callback(void *arg, int status, int timeouts,
72 int family, ares_host_callback callback, void *arg)
78 callback(arg, ARES_ENOTIMP, 0, NULL);
85 callback(arg, ARES_ENOTIMP, 0, NULL);
92 callback(arg, ARES_ENOMEM, 0, NULL);
102 aquery->arg = arg;
143 static void addr_callback(void *arg, int status, int timeouts,
146 struct addr_query *aquery = (struct addr_query *) arg;
176 aquery->callback(aquery->arg, status, aquery->timeouts, host);