Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c227 staticforward PyTypeObject DB_Type, DBCursor_Type, DBEnv_Type, DBTxn_Type, variable
239 #define DBObject_Check(v) (Py_TYPE(v) == &DB_Type)
902 self = PyObject_New(DBObject, &DB_Type); in newDBObject()
9171 statichere PyTypeObject DB_Type = { variable
9661 if ((PyType_Ready(&DB_Type) < 0) in init_bsddb()
10298 bsddb_api.db_type = &DB_Type; in init_bsddb()