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

/dovecot/src/imap/
H A Dcmd-idle.c17 struct timeout *keepalive_to, *to_hibernate; member in struct:cmd_idle_context
32 timeout_remove(&ctx->to_hibernate);
142 timeout_remove(&ctx->to_hibernate);
190 timeout_remove(&ctx->to_hibernate);
198 i_assert(ctx->to_hibernate == NULL);
203 ctx->to_hibernate =
218 if (ctx->to_hibernate != NULL)
219 timeout_reset(ctx->to_hibernate);
257 if (ctx->to_hibernate == NULL)

Completed in 9 milliseconds