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()
1457 int type = secondaryDB->primaryDBType; in _db_associateCallback()
1612 secondaryDB->primaryDBType = _DB_get_type(self); in DB_associate()
1637 secondaryDB->primaryDBType = 0; in DB_associate()
2071 if (self->primaryDBType == DB_RECNO || in DB_pget()
2072 self->primaryDBType == DB_QUEUE) in DB_pget()
4371 if (self->mydb->primaryDBType == DB_RECNO || in DBC_pget()
4372 self->mydb->primaryDBType == DB_QUEUE) in DBC_pget()