Searched refs:__hash_open (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-int.h | 228 #define __hash_open __kdb2_hash_open macro 233 DB *__hash_open __P((const char *, int, int, const HASHINFO *, int));
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/db/ |
H A D | db.c | 68 return (__hash_open(fname, flags & USE_OPEN_FLAGS,
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hsearch.c | 66 dbp = (DB *)__hash_open(NULL, O_CREAT | O_RDWR | O_BINARY, 0600, &info, 0);
|
H A D | dbm.c | 185 return ((DBM *)__hash_open(path, flags, mode, &info, 0));
|