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

/sssd/src/resolv/
H A Dasync_resolv.c88 struct tevent_timer *timeout_watcher; member in struct:resolv_ctx
161 if (ctx->timeout_watcher) {
178 ctx->timeout_watcher = tevent_add_timer(ev, ctx, tv, check_fd_timeouts,
180 if (ctx->timeout_watcher == NULL) {
193 /* NULLify the timeout_watcher so we don't
199 ctx->timeout_watcher = NULL;
309 talloc_zfree(ctx->timeout_watcher);

Completed in 1437 milliseconds