Home | History | Annotate | Download | only in hash

Lines Matching refs:DBT

61 static int   hash_access(HTAB *, ACTION, DBT *, DBT *);
63 static int hash_delete(const DB *, const DBT *, uint32_t);
65 static int hash_get(const DB *, const DBT *, DBT *, uint32_t);
66 static int hash_put(const DB *, DBT *, const DBT *, uint32_t);
68 static int hash_seq(const DB *, DBT *, DBT *, uint32_t);
522 hash_get(const DB *dbp, const DBT *key, DBT *data, uint32_t flag)
535 hash_put(const DB *dbp, DBT *key, const DBT *data, uint32_t flag)
554 hash_delete(const DB *dbp, const DBT *key, uint32_t flag)
574 hash_access(HTAB *hashp, ACTION action, DBT *key, DBT *val)
723 hash_seq(const DB *dbp, DBT *key, DBT *data, uint32_t flag)