Home
last modified time | relevance | path

Searched refs:log_archive (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/bsddb/
Ddbobj.py99 def log_archive(self, *args, **kwargs): member in DBEnv
100 return self._cobj.log_archive(*args, **kwargs)
/external/python/cpython2/Lib/bsddb/test/
Dtest_basics.py770 logs = self.env.log_archive(db.DB_ARCH_ABS | db.DB_ARCH_LOG)
775 logs = self.env.log_archive(db.DB_ARCH_REMOVE)
/external/python/cpython2/Modules/
D_bsddb.c6743 err = self->db_env->log_archive(self->db_env, &log_list, flags); in DBEnv_log_archive()
/external/python/cpython2/Misc/
DHISTORY687 - bsddb: added the DB_ARCH_REMOVE flag and fixed db.DBEnv.log_archive() to