Searched refs:__split_page (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
H A D | extern.h | 67 #define __split_page __kdb2_split_page macro 101 int32_t __split_page __P((HTAB *, u_int32_t, u_int32_t));
|
H A D | hash.c | 935 return (__split_page(hashp, old_bucket, new_bucket)); in __expand_table()
|
H A D | hash_page.c | 397 __split_page(HTAB *hashp, u_int32_t obucket, u_int32_t nbucket) in __split_page() function
|
/freebsd/lib/libc/db/hash/ |
H A D | extern.h | 54 int __split_page(HTAB *, u_int32_t, u_int32_t);
|
H A D | hash_page.c | 179 __split_page(HTAB *hashp, u_int32_t obucket, u_int32_t nbucket) in __split_page() function
|
H A D | hash.c | 839 return (__split_page(hashp, old_bucket, new_bucket)); in __expand_table()
|