Searched refs:filepath2 (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-index/
H A Dmailbox-log.c24 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 Dmail-transaction-log.c48 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 Dmail-transaction-log-private.h80 char *filepath, *filepath2; member in struct:mail_transaction_log

Completed in 378 milliseconds