Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_query.c29 struct qquery { struct
108 struct qquery *qquery; in ares_query() local
126 qquery = ares_malloc(sizeof(struct qquery)); in ares_query()
127 if (!qquery) in ares_query()
133 qquery->callback = callback; in ares_query()
134 qquery->arg = arg; in ares_query()
137 ares_send(channel, qbuf, qlen, qcallback, qquery); in ares_query()
143 struct qquery *qquery = (struct qquery *) arg; in qcallback() local
148 qquery->callback(qquery->arg, status, timeouts, abuf, alen); in qcallback()
177 qquery->callback(qquery->arg, status, timeouts, abuf, alen); in qcallback()
[all …]