Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c167 static PyObject* DBNoServerError; /* DB_NOSERVER */ variable
669 case DB_NOSERVER: errObj = DBNoServerError; break; in makeDBError()
10261 MAKE_EX(DBNoServerError); in init_bsddb()