Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_bsddb.c3765 _DB_make_list(DBObject* self, DB_TXN* txn, int type) in _DB_make_list() function
3880 return _DB_make_list(self, txn, _KEYS_LIST); in DB_keys()
3894 return _DB_make_list(self, txn, _ITEMS_LIST); in DB_items()
3908 return _DB_make_list(self, txn, _VALUES_LIST); in DB_values()