Searched refs:hash_get (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/db/hash/ |
H A D | hash.c | 61 static int hash_get(const DB *, const DBT *, DBT *, u_int32_t); 194 dbp->get = hash_get; in __hash_open() 517 hash_get(const DB *dbp, const DBT *key, DBT *data, u_int32_t flag) in hash_get() function
|
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.c | 64 static int32_t hash_get __P((const DB *, const DBT *, DBT *, u_int32_t)); 217 dbp->get = hash_get; in __kdb2_hash_open() 594 hash_get(const DB *dbp, const DBT *key, DBT *data, u_int32_t flag) in hash_get() function
|