Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c191 static PyObject* DBRepLeaseExpiredError; /* DB_REP_LEASE_EXPIRED */ variable
694 case DB_REP_LEASE_EXPIRED : errObj = DBRepLeaseExpiredError; break; in makeDBError()
10287 MAKE_EX(DBRepLeaseExpiredError); in init_bsddb()