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

/sssd-io/src/resolv/
H A Dasync_resolv.c89 struct tevent_timer *timeout_watcher; member in struct:resolv_ctx
159 if (ctx->timeout_watcher) {
176 ctx->timeout_watcher = tevent_add_timer(ev, ctx, tv, check_fd_timeouts,
178 if (ctx->timeout_watcher == NULL) {
191 /* NULLify the timeout_watcher so we don't
197 ctx->timeout_watcher = NULL;
307 talloc_zfree(ctx->timeout_watcher);

Completed in 24 milliseconds