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

/dovecot/src/pop3/
H A Dpop3-client.h43 struct timeout *to_idle, *to_commit; member in struct:client
H A Dpop3-client.c414 client->to_commit = timeout_add(CLIENT_COMMIT_TIMEOUT_MSECS,
622 timeout_remove(&client->to_commit);
782 if (client->to_commit != NULL)
783 timeout_reset(client->to_commit);
809 if (client->to_commit != NULL)
810 timeout_reset(client->to_commit);

Completed in 13 milliseconds