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

/dovecot/src/doveadm/dsync/
H A Ddsync-brain.h53 const char *process_title_prefix; member in struct:dsync_brain_settings
98 bool local, const char *process_title_prefix);
H A Ddsync-brain.c53 if (brain->process_title_prefix != NULL)
54 str_append(str, brain->process_title_prefix);
198 brain->process_title_prefix =
199 p_strdup(brain->pool, set->process_title_prefix);
292 bool local, const char *process_title_prefix)
298 brain->process_title_prefix =
299 p_strdup(brain->pool, process_title_prefix);
291 dsync_brain_slave_init(struct mail_user *user, struct dsync_ibc *ibc, bool local, const char *process_title_prefix) argument
H A Ddsync-brain-private.h55 const char *process_title_prefix; member in struct:dsync_brain
/dovecot/src/doveadm/
H A Ddoveadm-dsync.c590 set.process_title_prefix = t_strdup_printf(
1167 const char *name, *process_title_prefix = ""; local
1188 process_title_prefix = t_strdup_printf(
1204 brain = dsync_brain_slave_init(user, ibc, FALSE, process_title_prefix);

Completed in 17 milliseconds