Home
last modified time | relevance | path

Searched refs:DBTxn_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
243 #define DBTxnObject_Check(v) (Py_TYPE(v) == &DBTxn_Type)
1175 DBTxnObject* self = PyObject_New(DBTxnObject, &DBTxn_Type); in newDBTxnObject()
9362 statichere PyTypeObject DBTxn_Type = { variable
9641 || (PyType_Ready(&DBTxn_Type) < 0) in init_bsddb()
10278 bsddb_api.dbtxn_type = &DBTxn_Type; in init_bsddb()