Home
last modified time | relevance | path

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

/src/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash.h118 #define DEF_FFACTOR 65536 macro
H A Dhash.c301 hashp->hdr.ffactor = DEF_FFACTOR; in init_hash()
H A Dhash_page.c650 if (hashp->hdr.ffactor == DEF_FFACTOR) { in __add_ovflpage()
/src/lib/libc/db/hash/
H A Dhash.h129 #define DEF_FFACTOR 65536 macro
H A Dhash_page.c473 if (hashp->FFACTOR == DEF_FFACTOR) { in __add_ovflpage()
H A Dhash.c280 hashp->FFACTOR = DEF_FFACTOR; in init_hash()