Searched refs:asyncns (Results 1 – 4 of 4) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | socket-client.c | 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 = asyncns_new(1))) 491 c->asyncns = asyncns; [all …]
|
/third_party/pulseaudio/ |
D | meson_options.txt | 75 option('asyncns', feature
|
D | meson.build | 543 asyncns_dep = dependency('libasyncns', version : '>= 0.1', required : get_option('asyncns'))
|
D | configure.ac | 992 AC_ARG_ENABLE([asyncns], optenable 993 AS_HELP_STRING([--disable-asyncns],[Disable optional Async DNS support]))
|