Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbsddbmodule.c34 DB *di_bsddb; member
45 #define check_bsddbobject_open(v, r) if ((v)->di_bsddb == NULL) \
74 dp->di_bsddb = dbopen(file, flags, mode, DB_HASH, &info); in newdbhashobject()
76 if (dp->di_bsddb == NULL) { in newdbhashobject()
124 dp->di_bsddb = dbopen(file, flags, mode, DB_BTREE, &info); in newdbbtobject()
126 if (dp->di_bsddb == NULL) { in newdbbtobject()
177 dp->di_bsddb = NULL; in newdbrnobject()
182 dp->di_bsddb = dbopen(file, flags, mode, DB_RECNO, &info); in newdbrnobject()
185 if (dp->di_bsddb == NULL) { in newdbrnobject()
220 if (dp->di_bsddb != NULL) { in bsddb_dealloc()
[all …]