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

/dovecot/src/director/
H A Ddirector.h64 USER_KILL_STATE_DELAY enumerator in enum:user_kill_state
67 extern const char *user_kill_state_names[USER_KILL_STATE_DELAY+1];
H A Ddirector.c34 const char *user_kill_state_names[USER_KILL_STATE_DELAY+1] = {
937 i_assert(user->kill_ctx->kill_state == USER_KILL_STATE_DELAY);
952 user->kill_ctx->kill_state = USER_KILL_STATE_DELAY;
970 i_assert(kill_ctx->kill_state != USER_KILL_STATE_DELAY);
1053 i_assert(user->kill_ctx->kill_state != USER_KILL_STATE_DELAY);
1316 case USER_KILL_STATE_DELAY:

Completed in 13 milliseconds