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

/dovecot/src/lib-storage/index/pop3c/
H A Dpop3c-client.c40 POP3C_CLIENT_STATE_DONE enumerator in enum:pop3c_client_state
244 case POP3C_CLIENT_STATE_DONE:
395 client->state = POP3C_CLIENT_STATE_DONE;
495 case POP3C_CLIENT_STATE_DONE:
505 i_assert(client->state != POP3C_CLIENT_STATE_DONE);
828 client->state == POP3C_CLIENT_STATE_DONE);
829 if (client->state == POP3C_CLIENT_STATE_DONE)

Completed in 384 milliseconds