Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash.c67 static int32_t hash_sync __P((const DB *, u_int32_t));
222 dbp->sync = hash_sync;
552 hash_sync(dbp, flags) in hash_sync() function
/freebsd/lib/libc/db/hash/
H A Dhash.c65 static int hash_sync(const DB *, u_int32_t);
197 dbp->sync = hash_sync; in __hash_open()
442 hash_sync(const DB *dbp, u_int32_t flags) in hash_sync() function