Lines Matching defs:arg
42 void *arg;
45 static void qcallback(void *arg, int status, int timeouts, unsigned char *abuf,
50 void *arg, unsigned short *qid)
67 callback(arg, (int)status, 0, NULL, 0);
75 callback(arg, ARES_ENOMEM, 0, NULL, 0);
79 qquery->arg = arg;
89 int type, ares_callback callback, void *arg)
95 ares_query_qid(channel, name, dnsclass, type, callback, arg, NULL);
99 static void qcallback(void *arg, int status, int timeouts, unsigned char *abuf,
102 struct qquery *qquery = (struct qquery *)arg;
107 qquery->callback(qquery->arg, status, timeouts, abuf, alen);
136 qquery->callback(qquery->arg, status, timeouts, abuf, alen);