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

/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-file.c175 bool alt = FALSE; local
190 if (file->alt_path == NULL || alt || !try_altpath) {
197 alt = TRUE;
246 bool alt = FALSE; local
266 if (file->alt_path == NULL || alt) {
273 alt = TRUE;
776 bool alt = FALSE; local
785 if (file->alt_path == NULL || alt) {
792 alt = TRUE;
/dovecot/src/lib-storage/index/dbox-multi/
H A Dmdbox-file.c87 mdbox_file_init_paths(struct mdbox_file *file, const char *fname, bool alt) argument
98 file->file.cur_path = !alt ? file->file.primary_path :
H A Dmdbox-storage-rebuild.c289 (unlikely) or it exists in both alt and primary storage.
870 const char *storage_dir, bool alt)
878 if (alt && errno == ENOENT)
869 mdbox_storage_rebuild_scan_dir(struct mdbox_storage_rebuild_context *ctx, const char *storage_dir, bool alt) argument
/dovecot/src/login-common/
H A Dclient-common-auth.c223 const char **alt; local
225 alt = p_new(client->pool, const char *,
227 memcpy(alt, array_idx(&alt_usernames, 0),
228 sizeof(*alt) * array_count(&alt_usernames));
229 client->alt_usernames = alt;
/dovecot/src/director/
H A Ddoveadm-connection.c65 bool alt:1; member in struct:director_kick_cmd
829 if (cmd->alt)
862 cmd->alt = FALSE;
900 cmd->alt = TRUE;

Completed in 22 milliseconds