Searched refs:qcallback (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_query.c | 40 static void qcallback(void *arg, int status, int timeouts, unsigned char *abuf, int alen); 143 ares_send(channel, qbuf, qlen, qcallback, qquery); in ares_query() 147 static void qcallback(void *arg, int status, int timeouts, unsigned char *abuf, int alen) in qcallback() function
|