Searched refs:qcallback (Results 1 – 1 of 1) sorted by relevance
/external/c-ares/ |
D | ares_query.c | 44 static void qcallback(void *arg, int status, int timeouts, unsigned char *abuf, int alen); 140 ares_send(channel, qbuf, qlen, qcallback, qquery); in ares_query() 144 static void qcallback(void *arg, int status, int timeouts, unsigned char *abuf, int alen) in qcallback() function
|