OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DB_HASH
(Results
76 - 79
of
79
) sorted by null
1
2
3
4
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbenv.py
366
self.db.open("test", db.
DB_HASH
, db.DB_CREATE, 0660)
416
self.db.open("test", db.
DB_HASH
, db.DB_CREATE, 0660, txn=txn)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbenv.py
366
self.db.open("test", db.
DB_HASH
, db.DB_CREATE, 0660)
416
self.db.open("test", db.
DB_HASH
, db.DB_CREATE, 0660, txn=txn)
/external/iproute2/misc/
arpd.c
675
dbase = dbopen(dbname, O_CREAT|O_RDWR, 0644,
DB_HASH
, NULL);
/external/python/cpython2/Modules/
_bsddb.c
835
case
DB_HASH
:
[
all
...]
Completed in 186 milliseconds
1
2
3
4