Searched refs:priKey (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/bsddb/test/ |
D | test_associate.py | 303 def getGenre(self, priKey, priData): argument 308 print 'getGenre key: %r data: %r' % (priKey, priData) 315 def getGenreList(self, priKey, PriData) : argument 316 v = self.getGenre(priKey, PriData) 393 def getGenre(self, priKey, priData): argument 396 print 'getGenre key: %r data: %r' % (priKey, priData)
|
/external/python/cpython2/Lib/bsddb/ |
D | dbshelve.py | 231 def _shelf_callback(priKey, priData, realCallback=callback): argument 237 return realCallback(priKey, data)
|
/external/python/cpython2/Modules/ |
D | _bsddb.c | 1453 _db_associateCallback(DB* db, const DBT* priKey, const DBT* priData, in _db_associateCallback() argument 1468 args = BuildValue_LS(*((db_recno_t*)priKey->data), priData->data, priData->size); in _db_associateCallback() 1470 args = BuildValue_SS(priKey->data, priKey->size, priData->data, priData->size); in _db_associateCallback()
|