Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/bsddb/test/
Dtest_distributed_transactions.py20 self.dbenv.set_tx_max(self.num_txns)
Dtest_basics.py54 self.env.set_tx_max(30)
/external/python/cpython2/Lib/bsddb/
Ddbobj.py85 def set_tx_max(self, *args, **kwargs): member in DBEnv
86 return self._cobj.set_tx_max(*args, **kwargs)
/external/python/cpython2/Modules/
D_bsddb.c6270 err = self->db_env->set_tx_max(self->db_env, max); in DBEnv_set_tx_max()