Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbsddb.h172 int primaryDBType; member
D_bsddb.c915 self->primaryDBType = 0; in newDBObject()
1459 int type = secondaryDB->primaryDBType; in _db_associateCallback()
1629 secondaryDB->primaryDBType = _DB_get_type(self); in DB_associate()
1654 secondaryDB->primaryDBType = 0; in DB_associate()
2088 if (self->primaryDBType == DB_RECNO || in DB_pget()
2089 self->primaryDBType == DB_QUEUE) in DB_pget()
4395 if (self->mydb->primaryDBType == DB_RECNO || in DBC_pget()
4396 self->mydb->primaryDBType == DB_QUEUE) in DBC_pget()