Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c7550 u_int32_t nsites, nvotes; in DBEnv_rep_elect() local
7552 if (!PyArg_ParseTuple(args, "II:rep_elect", &nsites, &nvotes)) { in DBEnv_rep_elect()
7557 err = self->db_env->rep_elect(self->db_env, nsites, nvotes, 0); in DBEnv_rep_elect()