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

/dovecot/src/dict/
H A Dmain.c24 static struct timeout *to_proctitle; variable in typeref:struct:timeout
42 timeout_remove(&to_proctitle);
60 if (to_proctitle == NULL)
61 to_proctitle = timeout_add(1000, dict_proctitle_update, NULL);
118 timeout_remove(&to_proctitle);

Completed in 9 milliseconds