Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/bsddb/test/
Dtest_associate.py286 def getGenre(self, priKey, priData): argument
291 print 'getGenre key: %r data: %r' % (priKey, priData)
298 def getGenreList(self, priKey, PriData) : argument
299 v = self.getGenre(priKey, PriData)
376 def getGenre(self, priKey, priData): argument
379 print 'getGenre key: %r data: %r' % (priKey, priData)
/external/python/cpython2/Lib/bsddb/
Ddbshelve.py231 def _shelf_callback(priKey, priData, realCallback=callback): argument
237 return realCallback(priKey, data)
/external/python/cpython2/Modules/
D_bsddb.c1451 _db_associateCallback(DB* db, const DBT* priKey, const DBT* priData, in _db_associateCallback() argument
1466 args = BuildValue_LS(*((db_recno_t*)priKey->data), priData->data, priData->size); in _db_associateCallback()
1468 args = BuildValue_SS(priKey->data, priKey->size, priData->data, priData->size); in _db_associateCallback()