Searched refs:asyncns (Results 1 – 3 of 3) sorted by relevance
82 asyncns_t *asyncns; member302 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; local487 if (!(asyncns = asyncns_new(1)))491 c->asyncns = asyncns;[all …]
84 option('asyncns', feature
633 asyncns_dep = dependency('libasyncns', version : '>= 0.1', required : get_option('asyncns'))