Searched refs:verbose_proctitle (Results 1 - 25 of 42) sorted by relevance

12

/dovecot/src/imap-urlauth/
H A Dimap-urlauth-common.h8 extern bool verbose_proctitle;
H A Dimap-urlauth-settings.h11 bool verbose_proctitle; member in struct:imap_urlauth_settings
H A Dimap-urlauth-worker-settings.h7 bool verbose_proctitle; member in struct:imap_urlauth_worker_settings
H A Dimap-urlauth-settings.c59 DEF(SET_BOOL, verbose_proctitle),
72 .verbose_proctitle = FALSE,
H A Dimap-urlauth-worker-settings.c56 DEF(SET_BOOL, verbose_proctitle),
65 .verbose_proctitle = FALSE,
H A Dimap-urlauth.c70 bool verbose_proctitle = FALSE; variable
80 if (!verbose_proctitle)
255 if (imap_urlauth_settings->verbose_proctitle)
256 verbose_proctitle = TRUE;
/dovecot/src/log/
H A Dlog-connection.h6 extern bool verbose_proctitle;
H A Dmain.c16 bool verbose_proctitle; variable
80 verbose_proctitle = master_service_settings_get(master_service)->verbose_proctitle;
/dovecot/src/dict/
H A Ddict-settings.h6 bool verbose_proctitle; member in struct:dict_server_settings
H A Ddict-settings.c89 DEF(SET_BOOL, verbose_proctitle),
99 .verbose_proctitle = FALSE,
H A Dmain.c57 if (!dict_settings->verbose_proctitle)
/dovecot/src/pop3/
H A Dpop3-settings.h18 bool verbose_proctitle; member in struct:pop3_settings
H A Dpop3-settings.c62 DEF(SET_BOOL, verbose_proctitle),
81 .verbose_proctitle = FALSE,
H A Dmain.c29 static bool verbose_proctitle = FALSE; variable
49 if (!verbose_proctitle)
120 if (set->verbose_proctitle)
121 verbose_proctitle = TRUE;
/dovecot/src/submission/
H A Dsubmission-settings.h5 bool verbose_proctitle; member in struct:submission_settings
H A Dsubmission-settings.c59 DEF(SET_BOOL, verbose_proctitle),
94 .verbose_proctitle = FALSE,
H A Dmain.c39 static bool verbose_proctitle = FALSE; variable
60 if (!verbose_proctitle)
140 if (set->verbose_proctitle)
141 verbose_proctitle = TRUE;
/dovecot/src/imap/
H A Dimap-settings.h23 bool verbose_proctitle; member in struct:imap_settings
H A Dimap-settings.c66 DEF(SET_BOOL, verbose_proctitle),
88 .verbose_proctitle = FALSE,
/dovecot/src/login-common/
H A Dlogin-settings.h28 bool verbose_proctitle; member in struct:login_settings
/dovecot/src/lib-master/
H A Dmaster-service-settings.h24 bool verbose_proctitle; member in struct:master_service_settings
/dovecot/src/lmtp/
H A Dclient.c39 static bool verbose_proctitle = FALSE; variable
58 if (!verbose_proctitle)
145 if (client->service_set->verbose_proctitle)
146 verbose_proctitle = TRUE;
/dovecot/src/auth/
H A Dauth-settings.h88 bool verbose_proctitle; member in struct:auth_settings
/dovecot/src/doveadm/
H A Dmain.c79 master_service_settings_get(master_service)->verbose_proctitle;
/dovecot/src/doveadm/dsync/
H A Ddsync-brain-private.h124 bool verbose_proctitle:1; member in struct:dsync_brain

Completed in 36 milliseconds

12