Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c896 newDBObject(DBEnvObject* arg, int flags) in newDBObject()
1053 newDBLogCursorObject(DB_LOGC* dblogc, DBEnvObject* env) in newDBLogCursorObject()
1100 static DBEnvObject*
1104 DBEnvObject* self = PyObject_New(DBEnvObject, &DBEnv_Type); in newDBEnvObject()
1141 static PyObject *DBEnv_close_internal(DBEnvObject* self, int flags);
1144 DBEnv_dealloc(DBEnvObject* self) in DBEnv_dealloc()
1172 newDBTxnObject(DBEnvObject* myenv, DBTxnObject *parent, DB_TXN *txn, int flags) in newDBTxnObject()
1273 newDBLockObject(DBEnvObject* myenv, u_int32_t locker, DBT* obj, in newDBLockObject()
1369 newDBSiteObject(DB_SITE* sitep, DBEnvObject* env) in newDBSiteObject()
4912 DBEnv_close_internal(DBEnvObject* self, int flags) in DBEnv_close_internal()
[all …]
Dbsddb.h153 } DBEnvObject; typedef
158 DBEnvObject* myenvobj; /* PyObject containing the DB_ENV */
194 DBEnvObject* env;
210 DBEnvObject* env;
220 DBEnvObject *env;