Searched refs:DBTxn_Type (Results 1 – 1 of 1) sorted by relevance
227 staticforward PyTypeObject DB_Type, DBCursor_Type, DBEnv_Type, DBTxn_Type, variable243 #define DBTxnObject_Check(v) (Py_TYPE(v) == &DBTxn_Type)1177 DBTxnObject* self = PyObject_New(DBTxnObject, &DBTxn_Type); in newDBTxnObject()9386 statichere PyTypeObject DBTxn_Type = { variable9665 || (PyType_Ready(&DBTxn_Type) < 0) in init_bsddb()10302 bsddb_api.dbtxn_type = &DBTxn_Type; in init_bsddb()