HomeSort by relevance Sort by last modified time
    Searched full:qcallback (Results 1 - 1 of 1) sorted by null

  /external/c-ares/
ares_query.c 44 static void qcallback(void *arg, int status, int timeouts, unsigned char *abuf, int alen);
139 /* Send it off. qcallback will be called when we get an answer. */
140 ares_send(channel, qbuf, qlen, qcallback, qquery);
144 static void qcallback(void *arg, int status, int timeouts, unsigned char *abuf, int alen) function

Completed in 307 milliseconds