Searched defs:filepath2 (Results 1 - 2 of 2) 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-private.h80 char *filepath, *filepath2; member in struct:mail_transaction_log

Completed in 12 milliseconds