hash.c | 65 static int hash_get(const DB *, const DBT *, DBT *, uint32_t); 205 dbp->get = hash_get; 522 hash_get(const DB *dbp, const DBT *key, DBT *data, uint32_t flag) function in typeref:typename:int 531 return (hash_access(hashp, HASH_GET, __UNCONST(key), data)); 661 case HASH_GET: 673 case HASH_GET:
|