Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbsddb.h153 } DBEnvObject; typedef
158 DBEnvObject* myenvobj; /* PyObject containing the DB_ENV */
194 DBEnvObject* env;
210 DBEnvObject* env;
220 DBEnvObject *env;
D_bsddb.c896 newDBObject(DBEnvObject* arg, int flags) in newDBObject()
1051 newDBLogCursorObject(DB_LOGC* dblogc, DBEnvObject* env) in newDBLogCursorObject()
1098 static DBEnvObject*
1102 DBEnvObject* self = PyObject_New(DBEnvObject, &DBEnv_Type); in newDBEnvObject()
1139 static PyObject *DBEnv_close_internal(DBEnvObject* self, int flags);
1142 DBEnv_dealloc(DBEnvObject* self) in DBEnv_dealloc()
1170 newDBTxnObject(DBEnvObject* myenv, DBTxnObject *parent, DB_TXN *txn, int flags) in newDBTxnObject()
1271 newDBLockObject(DBEnvObject* myenv, u_int32_t locker, DBT* obj, in newDBLockObject()
1367 newDBSiteObject(DB_SITE* sitep, DBEnvObject* env) in newDBSiteObject()
4888 DBEnv_close_internal(DBEnvObject* self, int flags) in DBEnv_close_internal()
[all …]