Searched refs:log_archive (Results 1 – 5 of 5) sorted by relevance
99 def log_archive(self, *args, **kwargs): member in DBEnv100 return self._cobj.log_archive(*args, **kwargs)
770 logs = self.env.log_archive(db.DB_ARCH_ABS | db.DB_ARCH_LOG)775 logs = self.env.log_archive(db.DB_ARCH_REMOVE)
6767 err = self->db_env->log_archive(self->db_env, &log_list, flags); in DBEnv_log_archive()
687 - bsddb: added the DB_ARCH_REMOVE flag and fixed db.DBEnv.log_archive() to
18071 - bsddb: added the DB_ARCH_REMOVE flag and fixed db.DBEnv.log_archive() to