Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dsocket-client.c82 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 = asyncns_new(1)))
491 c->asyncns = asyncns;
[all …]
/third_party/pulseaudio/
Dmeson_options.txt84 option('asyncns', feature
Dmeson.build633 asyncns_dep = dependency('libasyncns', version : '>= 0.1', required : get_option('asyncns'))