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

/external/python/cpython2/Lib/bsddb/test/
H A Dtest_distributed_transactions.py20 self.dbenv.set_tx_max(self.num_txns)
H A Dtest_basics.py54 self.env.set_tx_max(30)
/external/python/cpython2/Lib/bsddb/
H A Ddbobj.py85 def set_tx_max(self, *args, **kwargs): member in class:DBEnv
86 return self._cobj.set_tx_max(*args, **kwargs)
/external/python/cpython2/Modules/
H A D_bsddb.c6241 if (!PyArg_ParseTuple(args, "i:set_tx_max", &max))
6246 err = self->db_env->set_tx_max(self->db_env, max);
8964 {"set_tx_max", (PyCFunction)DBEnv_set_tx_max, METH_VARARGS},

Completed in 142 milliseconds