Searched refs:channel (Results 1 - 2 of 2) sorted by relevance
/sssd/src/resolv/ |
H A D | async_resolv.c | 77 ares_channel channel; member in struct:resolv_ctx 137 if (watch->ctx->channel == NULL) { 139 "Invalid ares channel - this is likely a bug\n"); 144 ares_process_fd(watch->ctx->channel, watch->fd, ARES_SOCKET_BAD); 147 ares_process_fd(watch->ctx->channel, ARES_SOCKET_BAD, watch->fd); 165 tvp = ares_timeout(ctx->channel, NULL, &tv); 201 ares_process_fd(ctx->channel, ARES_SOCKET_BAD, ARES_SOCKET_BAD); 397 ares_channel channel; local 399 if (ctx->channel == NULL) { 400 DEBUG(SSSDBG_CRIT_FAILURE, "Ares channel alread [all...] |
/sssd/src/tests/cmocka/ |
H A D | test_resolv_fake.c | 207 void __wrap_ares_query(ares_channel channel, const char *name, int dnsclass, argument
|
Completed in 13 milliseconds