Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/db/hash/
H A Dhash.c68 static int hash_sync(const DB *, u_int32_t);
200 dbp->sync = hash_sync; in __hash_open()
445 hash_sync(const DB *dbp, u_int32_t flags) in hash_sync() function