Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbsddb.h287 PyTypeObject* dbtxn_type; member
306 #define DBTxnObject_Check(v) ((v)->ob_type == bsddb_api->dbtxn_type)
D_bsddb.c10278 bsddb_api.dbtxn_type = &DBTxn_Type; in init_bsddb()