Home | History | Annotate | Download | only in Modules

Lines Matching refs:set_tx_max

6265     if (!PyArg_ParseTuple(args, "i:set_tx_max", &max))
6270 err = self->db_env->set_tx_max(self->db_env, max);
8988 {"set_tx_max", (PyCFunction)DBEnv_set_tx_max, METH_VARARGS},