Home
last modified time | relevance | path

Searched refs:hash_seq (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/db/hash/
H A Dhash.c64 static int hash_seq(const DB *, DBT *, DBT *, u_int32_t);
196 dbp->seq = hash_seq; in __hash_open()
695 hash_seq(const DB *dbp, DBT *key, DBT *data, u_int32_t flag) in hash_seq() function