Home
last modified time | relevance | path

Searched refs:asyncns (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dsocket-client.c44 #include <asyncns.h>
82 asyncns_t *asyncns; member
302 asyncns_cancel(c->asyncns, c->asyncns_query);
303 if (c->asyncns)
304 asyncns_free(c->asyncns);
369 if (asyncns_wait(c->asyncns, 0) < 0)
372 if (!asyncns_isdone(c->asyncns, c->asyncns_query))
375 ret = asyncns_getaddrinfo_done(c->asyncns, c->asyncns_query, &res);
485 asyncns_t *asyncns; local
487 if (!(asyncns
[all...]

Completed in 2 milliseconds