Home
last modified time | relevance | path

Searched refs:qcallback (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_query.c40 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