Lines Matching refs:old_path
642 const char *old_path; in requeue_one() local
669 if (mail_open_ok(*msg_qpp, queue_id, &st, &old_path) != MAIL_OPEN_YES) in requeue_one()
672 if (postrename(old_path, STR(new_path_buf)) == 0) { in requeue_one()
692 const char *old_path; in hold_one() local
723 if (mail_open_ok(*msg_qpp, queue_id, &st, &old_path) != MAIL_OPEN_YES) in hold_one()
726 if (postrename(old_path, STR(new_path_buf)) == 0) { in hold_one()
743 const char *old_path; in release_one() local
764 if (mail_open_ok(*msg_qpp, queue_id, &st, &old_path) != MAIL_OPEN_YES) in release_one()
767 if (postrename(old_path, STR(new_path_buf)) == 0) { in release_one()
843 VSTRING *old_path = vstring_alloc(10); in fix_queue_id() local
877 mail_queue_path(old_path, *log_qpp, actual_id); in fix_queue_id()
880 postrename(STR(old_path), STR(new_path)); in fix_queue_id()
894 vstring_free(old_path); in fix_queue_id()