Searched refs:alt (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/lib-storage/index/dbox-common/ |
H A D | dbox-file.c | 175 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 D | mdbox-file.c | 87 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 D | mdbox-storage-rebuild.c | 289 (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 D | client-common-auth.c | 223 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 D | doveadm-connection.c | 65 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