Searched refs:filepath2 (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-index/ |
H A D | mailbox-log.c | 24 char *filepath, *filepath2; member in struct:mailbox_log 53 log->filepath2 = i_strconcat(path, ".2", NULL); 69 i_free(log->filepath2); 134 if (rename(log->filepath, log->filepath2) < 0 && errno != ENOENT) { 136 log->filepath, log->filepath2); 200 iter->filepath = iter->log->filepath2; 201 else if (iter->filepath == iter->log->filepath2) 210 if (iter->filepath == iter->log->filepath2)
|
H A D | mail-transaction-log.c | 48 if (nfs_safe_stat(log->filepath2, &st) == 0) 54 "stat(%s) failed: %m", log->filepath2); 62 i_unlink_if_exists(log->filepath2); 82 i_free(log->filepath2); 85 log->filepath2 = i_strconcat(log->filepath, ".2", NULL); 159 i_free(log->filepath2); 175 i_free(log->filepath2); 178 log->filepath2 = i_strconcat(log->filepath, ".2", NULL); 460 file = mail_transaction_log_file_alloc(log, log->filepath2);
|
H A D | mail-transaction-log-private.h | 80 char *filepath, *filepath2; member in struct:mail_transaction_log
|
Completed in 414 milliseconds