Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c165 static PyObject* DBRunRecoveryError; /* DB_RUNRECOVERY */ variable
667 case DB_RUNRECOVERY: errObj = DBRunRecoveryError; break; in makeDBError()
10259 MAKE_EX(DBRunRecoveryError); in init_bsddb()