Lines Matching defs:timeout
32 struct tevent_timer *timeout;
56 /* First thing, cancel the timeout */
58 "Cancel proxy client ID timeout [%p]\n", proxy_cli->timeout);
59 talloc_zfree(proxy_cli->timeout);
154 /* Setup timeout in case client fails to register himself in time. */
156 proxy_cli->timeout = tevent_add_timer(auth_ctx->be->ev, proxy_cli, tv,
158 if (proxy_cli->timeout == NULL) {
165 "Set-up proxy client ID timeout [%p]\n", proxy_cli->timeout);